485 } |
485 } |
486 |
486 |
487 editorTypingDefaults = { |
487 editorTypingDefaults = { |
488 "Python/EnabledTypingAids": True, |
488 "Python/EnabledTypingAids": True, |
489 "Python/InsertClosingBrace": True, |
489 "Python/InsertClosingBrace": True, |
490 "Python/IndentBrace": True, |
490 "Python/IndentBrace": False, |
491 "Python/SkipBrace": True, |
491 "Python/SkipBrace": True, |
492 "Python/InsertQuote": True, |
492 "Python/InsertQuote": True, |
493 "Python/DedentElse": True, |
493 "Python/DedentElse": True, |
494 "Python/DedentExcept": True, |
494 "Python/DedentExcept": True, |
495 "Python/Py24StyleTry": True, |
495 "Python/Py24StyleTry": True, |