Skip to content

Commit cc2b832

Browse files
Kyle Barronvpetrovykh
Kyle Barron
authored andcommitted
Modify foldEndPattern
1 parent ad6bd62 commit cc2b832

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: settings/atom.cson

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
'autoIndentOnPaste': false
3636
'softTabs': true
3737
'tabLength': 4
38-
'foldEndPattern': '^\\s*"""\\s*$'
38+
'foldEndPattern': '^\\s*\\}|^\\s*\\]|^\\s*\\)'
3939
'commentStart': '# '
4040
'increaseIndentPattern': '^\\s*(class|((async\\s+)?(def|with|for))|elif|else|except|finally|if|try|while)\\b.*:\\s*$'
4141
'decreaseIndentPattern': '^\\s*(elif|else|except|finally)\\b.*:'

0 commit comments

Comments
 (0)