src/eric7/Preferences/__init__.py

branch
eric7
changeset 10201
5beaa25bdfbe
parent 10153
ffe7432f716b
child 10206
d6921563be6c
--- a/src/eric7/Preferences/__init__.py	Sat Sep 09 17:20:31 2023 +0200
+++ b/src/eric7/Preferences/__init__.py	Sun Sep 10 18:04:28 2023 +0200
@@ -789,6 +789,7 @@
     }
 
     editorTypingDefaults = {
+        # Python
         "Python/EnabledTypingAids": True,
         "Python/InsertClosingBrace": True,
         "Python/IndentBrace": False,
@@ -802,6 +803,7 @@
         "Python/InsertBlank": True,
         "Python/ColonDetection": True,
         "Python/DedentDef": False,
+        # Ruby
         "Ruby/EnabledTypingAids": True,
         "Ruby/InsertClosingBrace": True,
         "Ruby/IndentBrace": True,
@@ -810,6 +812,17 @@
         "Ruby/InsertBlank": True,
         "Ruby/InsertHereDoc": True,
         "Ruby/InsertInlineDoc": True,
+        # TOML
+        "Toml/EnabledTypingAids": True,
+        "Toml/InsertClosingBrace": True,
+        "Toml/SkipBrace": True,
+        "Toml/InsertQuote": True,
+        "Toml/AutoIndentation": True,
+        "Toml/ColonDetection": True,
+        "Toml/InsertBlankEqual": True,
+        "Toml/InsertBlankColon": True,
+        "Toml/InsertBlankComma": True,
+        # YAML
         "Yaml/EnabledTypingAids": True,
         "Yaml/InsertClosingBrace": True,
         "Yaml/SkipBrace": True,

eric ide

mercurial