Revert "Bracket support for #if and #endif in cpp"

This commit is contained in:
Henning Dieterichs 2022-09-23 13:59:23 +02:00 committed by GitHub
parent 4b3835a284
commit d7ad82454e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -6,8 +6,7 @@
"brackets": [
["{", "}"],
["[", "]"],
["(", ")"],
["#if","#endif"],
["(", ")"]
],
"autoClosingPairs": [
{ "open": "[", "close": "]" },