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

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

author
Detlev Offenbach <detlev@die-offenbachs.de>
date
Tue, 19 Mar 2013 19:13:18 +0100
branch
5_3_x
changeset 2504
19e46c77e006
parent 2496
39dc0623f6ff
child 2505
a8cee0deff43

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

Preferences/__init__.py file | annotate | diff | comparison | revisions
--- a/Preferences/__init__.py	Sat Mar 16 11:50:32 2013 +0100
+++ b/Preferences/__init__.py	Tue Mar 19 19:13:18 2013 +0100
@@ -487,7 +487,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