We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ad6bd62 commit cc2b832Copy full SHA for cc2b832
settings/atom.cson
@@ -35,7 +35,7 @@
35
'autoIndentOnPaste': false
36
'softTabs': true
37
'tabLength': 4
38
- 'foldEndPattern': '^\\s*"""\\s*$'
+ 'foldEndPattern': '^\\s*\\}|^\\s*\\]|^\\s*\\)'
39
'commentStart': '# '
40
'increaseIndentPattern': '^\\s*(class|((async\\s+)?(def|with|for))|elif|else|except|finally|if|try|while)\\b.*:\\s*$'
41
'decreaseIndentPattern': '^\\s*(elif|else|except|finally)\\b.*:'
0 commit comments