[folding] should not fold whitespace after function. Fixes #3353

This commit is contained in:
Martin Aeschlimann
2017-09-20 09:34:33 +02:00
parent c2a6d7ae1f
commit de68414a9a
14 changed files with 134 additions and 13 deletions

View File

@@ -21,6 +21,10 @@
["(", ")"],
["\"", "\""],
["'", "'"]
]
// enhancedBrackets: [ { open: /.*:\s*$/, closeComplete: 'else:' } ],
],
"folding": {
"indendationBasedFolding": {
"offSide": true
}
}
}