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

Commit

Permalink
Auto-indent colons
Browse files Browse the repository at this point in the history
Useful for CSON
  • Loading branch information
50Wliu committed Jan 14, 2017
1 parent dade092 commit cedfbd7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions settings/language-coffee-script.cson
Expand Up @@ -14,5 +14,6 @@
| \\b(try|finally|catch|((catch|switch)\\s+\\S.*))\\b\\s*$
| .*[-=]>\\s*$
| .*[\\{\\[]\\s*$
| .*:\\s*$
)'
'decreaseIndentPattern': '^\\s*(\\}|\\]|\\b(else|catch|finally)\\b)$'

0 comments on commit cedfbd7

Please sign in to comment.