mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-25 11:08:51 +01:00
Revert "Bracket support for #if and #endif in cpp"
This commit is contained in:
committed by
GitHub
parent
4b3835a284
commit
d7ad82454e
@@ -6,8 +6,7 @@
|
||||
"brackets": [
|
||||
["{", "}"],
|
||||
["[", "]"],
|
||||
["(", ")"],
|
||||
["#if","#endif"],
|
||||
["(", ")"]
|
||||
],
|
||||
"autoClosingPairs": [
|
||||
{ "open": "[", "close": "]" },
|
||||
|
||||
Reference in New Issue
Block a user