Skip to content

Commit 872ecf2

Browse files
committed
#36148. Remove indenation rules for c/cpp
1 parent 018a151 commit 872ecf2

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

extensions/cpp/language-configuration.json

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,6 @@
2222
["\"", "\""],
2323
["'", "'"]
2424
],
25-
"indentationRules": {
26-
"increaseIndentPattern": "^.*\\{[^}\"\\']*$|^.*\\([^\\)\"\\']*$|^\\s*(public|private|protected):\\s*$|^\\s*@(public|private|protected)\\s*$|^\\s*\\{\\}$",
27-
"decreaseIndentPattern": "^\\s*(\\s*/[*].*[*]/\\s*)*\\}|^\\s*(\\s*/[*].*[*]/\\s*)*\\)|^\\s*(public|private|protected):\\s*$|^\\s*@(public|private|protected)\\s*$"
28-
},
2925
"folding": {
3026
"markers": {
3127
"start": "^\\s*#pragma\\s+region\\b",

0 commit comments

Comments
 (0)