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