Skip to content
This repository has been archived by the owner on Dec 15, 2022. It is now read-only.

Commit

Permalink
Merge pull request #274 from kylebarron/master
Browse files Browse the repository at this point in the history
Add foldEndPattern to settings
  • Loading branch information
50Wliu committed Nov 13, 2018
2 parents 5638971 + 05d9238 commit 56e2f1c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions settings/language-python.cson
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,6 @@
'softTabs': true
'tabLength': 4
'commentStart': '# '
'foldEndPattern': '^\\s*[}\\])]'
'increaseIndentPattern': '^\\s*(class|def|elif|else|except|finally|for|if|try|with|while|async\\s+(def|for|with))\\b.*:\\s*$'
'decreaseIndentPattern': '^\\s*(elif|else|except|finally)\\b.*:\\s*$'

0 comments on commit 56e2f1c

Please sign in to comment.