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