mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
CPP-12350 Implement calculation of indentation in line from the information of the lexer
This commit is contained in:
@@ -1122,6 +1122,13 @@ cidr.test.framework.targetTypeFromHeaderDetectionEnable.description=Checks the t
|
||||
cidr.show.breadcrumbs=true
|
||||
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.description=Enables indentation in the C and C++ files from the information of the lexer \
|
||||
(fast, but may lose an alignment when typing).
|
||||
|
||||
clion.enable.objc.settings=false
|
||||
clion.enable.objc.settings.description=Enables Objective-C-specific code style, colors etc. settings.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user