mirror of
https://github.com/microsoft/vscode.git
synced 2025-12-24 12:19:20 +00:00
[folding] should not fold whitespace after function. Fixes #3353
This commit is contained in:
@@ -21,6 +21,10 @@
|
||||
["(", ")"],
|
||||
["\"", "\""],
|
||||
["'", "'"]
|
||||
]
|
||||
// enhancedBrackets: [ { open: /.*:\s*$/, closeComplete: 'else:' } ],
|
||||
],
|
||||
"folding": {
|
||||
"indendationBasedFolding": {
|
||||
"offSide": true
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user