From 11ed8aec7ba450083e851d151b5bfb54165ba39d Mon Sep 17 00:00:00 2001 From: Alexey Utkin Date: Mon, 7 May 2018 20:15:13 +0300 Subject: [PATCH] CPP-12350 Implement calculation of indentation in line from the information of the lexer * `cidr.indent.lexer.only.cpp`: false -> true --- platform/util/resources/misc/registry.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/platform/util/resources/misc/registry.properties b/platform/util/resources/misc/registry.properties index 38d1a2b9482e..df19b1e34c96 100644 --- a/platform/util/resources/misc/registry.properties +++ b/platform/util/resources/misc/registry.properties @@ -1182,7 +1182,7 @@ cidr.show.breadcrumbs.description="Show breadcrumbs for C/C++/ObjC languages" cidr.indent.lexer.only.objc=false cidr.indent.lexer.only.objc.description=Enables indentation in the Objective-C files from the information of the lexer \ (fast, but may lose an alignment when typing). -cidr.indent.lexer.only.cpp=false +cidr.indent.lexer.only.cpp=true cidr.indent.lexer.only.cpp.description=Enables indentation in the C and C++ files from the information of the lexer \ (fast, but may lose an alignment when typing).