Changed the default for "Python/IndentBrace" to False (seems to be more logical).

Tue, 19 Mar 2013 19:13:18 +0100

author
Detlev Offenbach <detlev@die-offenbachs.de>
date
Tue, 19 Mar 2013 19:13:18 +0100
changeset 2502
f31954903e39
parent 2501
3ff5f6ffba95
child 2503
3f1fa98e8e03

Changed the default for "Python/IndentBrace" to False (seems to be more logical).

Preferences/__init__.py file | annotate | diff | comparison | revisions
--- a/Preferences/__init__.py	Sun Mar 17 12:59:21 2013 +0100
+++ b/Preferences/__init__.py	Tue Mar 19 19:13:18 2013 +0100
@@ -491,7 +491,7 @@
     editorTypingDefaults = {
         "Python/EnabledTypingAids": True,
         "Python/InsertClosingBrace": True,
-        "Python/IndentBrace": True,
+        "Python/IndentBrace": False,
         "Python/SkipBrace": True,
         "Python/InsertQuote": True,
         "Python/DedentElse": True,

eric ide

mercurial