Merge pull request #16 from kevinresol/patch-1
Don't decrease indent for "case" and "default"
This commit is contained in:
commit
b67de21dd6
1 changed files with 1 additions and 1 deletions
|
@ -3,4 +3,4 @@
|
|||
'commentStart': '// '
|
||||
'foldEndPattern': '^\\s*\\}|^\\s*\\]|^\\s*\\)'
|
||||
'increaseIndentPattern': '(?x)\n\t\t(\n\t\t\t\\{ [^}"\']*\n\t\t|\t\\( [^)"\']*\n\t\t|\tcase[\\s\\S]*:\n\t\t|\tdefault:\n\t\t)\n\t\t$\n\t'
|
||||
'decreaseIndentPattern': '^(.*\\*/)?\\s*(\\}|\\)|case|default)'
|
||||
'decreaseIndentPattern': '^(.*\\*/)?\\s*(\\}|\\))'
|
||||
|
|
Loading…
Add table
Reference in a new issue