Skip to content

Commit

Permalink
Merge pull request #161589 from microsoft/revert-159997-main
Browse files Browse the repository at this point in the history
Revert "Bracket support for #if and #endif in cpp"
  • Loading branch information
hediet committed Sep 23, 2022
2 parents 4b3835a + d7ad824 commit a6278ba
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions extensions/cpp/language-configuration.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,7 @@
"brackets": [
["{", "}"],
["[", "]"],
["(", ")"],
["#if","#endif"],
["(", ")"]
],
"autoClosingPairs": [
{ "open": "[", "close": "]" },
Expand Down

0 comments on commit a6278ba

Please sign in to comment.