#36148. Remove indenation rules for c/cpp

This commit is contained in:
rebornix 2017-11-22 10:38:31 -08:00
parent 018a151c9d
commit 872ecf2a4e

View file

@ -22,10 +22,6 @@
["\"", "\""],
["'", "'"]
],
"indentationRules": {
"increaseIndentPattern": "^.*\\{[^}\"\\']*$|^.*\\([^\\)\"\\']*$|^\\s*(public|private|protected):\\s*$|^\\s*@(public|private|protected)\\s*$|^\\s*\\{\\}$",
"decreaseIndentPattern": "^\\s*(\\s*/[*].*[*]/\\s*)*\\}|^\\s*(\\s*/[*].*[*]/\\s*)*\\)|^\\s*(public|private|protected):\\s*$|^\\s*@(public|private|protected)\\s*$"
},
"folding": {
"markers": {
"start": "^\\s*#pragma\\s+region\\b",