--- 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,