CPP-12350 Implement calculation of indentation in line from the information of the lexer

* `cidr.indent.lexer.only.cpp`: false -> true
This commit is contained in:
Alexey Utkin
2018-05-07 20:30:23 +03:00
parent c53b0b87bc
commit 11ed8aec7b
@@ -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).