From 872ecf2a4e2747f3da65bce312196ae5435d2279 Mon Sep 17 00:00:00 2001 From: rebornix Date: Wed, 22 Nov 2017 10:38:31 -0800 Subject: [PATCH] #36148. Remove indenation rules for c/cpp --- extensions/cpp/language-configuration.json | 4 ---- 1 file changed, 4 deletions(-) diff --git a/extensions/cpp/language-configuration.json b/extensions/cpp/language-configuration.json index a4f6c85aeab..23d99a485e1 100644 --- a/extensions/cpp/language-configuration.json +++ b/extensions/cpp/language-configuration.json @@ -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",