mirror of
https://github.com/microsoft/vscode.git
synced 2025-12-21 02:39:14 +00:00
@@ -21,7 +21,8 @@
|
|||||||
["[", "]"],
|
["[", "]"],
|
||||||
["(", ")"],
|
["(", ")"],
|
||||||
["'", "'"],
|
["'", "'"],
|
||||||
["\"", "\""]
|
["\"", "\""],
|
||||||
|
["`", "`"]
|
||||||
],
|
],
|
||||||
"indentationRules": {
|
"indentationRules": {
|
||||||
"increaseIndentPattern": "({(?!.+}).*|\\(|\\[|((else(\\s)?)?if|else|for(each)?|while|switch).*:)\\s*(/[/*].*)?$",
|
"increaseIndentPattern": "({(?!.+}).*|\\(|\\[|((else(\\s)?)?if|else|for(each)?|while|switch).*:)\\s*(/[/*].*)?$",
|
||||||
|
|||||||
Reference in New Issue
Block a user