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