[header] categories=General options|Spacing options|Indenting options|Newline adding and removing options|Blank line options|Positioning options|Line splitting options|Code alignment options (not left column spaces/tabs)|Comment modification options|Code modifying options (non-whitespace)|Preprocessor options|Sort includes options|Use or Do not Use options|Warn levels - 1: error, 2: warning (default), 3: note cfgFileParameterEnding=cr configFilename=uncrustify.cfg fileTypes=*.c|*.c++|*.cc|*.cp|*.cpp|*.cs|*.cxx|*.d|*.di|*.es|*.h|*.h++|*.hh|*.hp|*.hpp|*.hxx|*.inc|*.inl|*.java|*.js|*.m|*.mm|*.p|*.pawn|*.sma|*.sqc|*.sql|*.vala|*.vapi indenterFileName=uncrustify indenterName=Uncrustify (C, C++, C#, ObjectiveC, D, Java, Pawn, VALA) inputFileName=indentinput inputFileParameter="-f " manual=http://uncrustify.sourceforge.net/config.txt outputFileName=indentoutput outputFileParameter="-o " stringparaminquotes=false parameterOrder=ipo showHelpParameter=-h stringparaminquotes=false useCfgFileParameter="-c " useRegex=true version=Uncrustify-0.78.0 [Newlines] Category=0 Description="The type of line endings.

Default: auto" Enabled=false EditorType=multiple Choices=newlines\s*=\s*lf|newlines\s*=\s*crlf|newlines\s*=\s*cr|newlines\s*=\s*auto ChoicesReadable="Newlines Unix|Newlines Win|Newlines Mac|Newlines Auto" ValueDefault=auto [Input Tab Size] Category=0 Description="The original size of tabs in the input.

Default: 8" Enabled=false EditorType=numeric CallName="input_tab_size\s*=\s*" MinVal=1 MaxVal=32 ValueDefault=8 [Output Tab Size] Category=0 Description="The size of tabs in the output (only used if align_with_tabs=true).

Default: 8" Enabled=false EditorType=numeric CallName="output_tab_size\s*=\s*" MinVal=1 MaxVal=32 ValueDefault=8 [String Escape Char] Category=0 Description="The ASCII value of the string escape char, usually 92 (\) or (Pawn) 94 (^).

Default: 92" Enabled=false EditorType=numeric CallName="string_escape_char\s*=\s*" MinVal=0 MaxVal=255 ValueDefault=92 [String Escape Char2] Category=0 Description="Alternate string escape char (usually only used for Pawn).
Only works right before the quote char." Enabled=false EditorType=numeric CallName="string_escape_char2\s*=\s*" MinVal=0 MaxVal=255 ValueDefault=0 [String Replace Tab Chars] Category=0 Description="Replace tab characters found in string literals with the escape sequence \t
instead." Enabled=false EditorType=boolean TrueFalse=string_replace_tab_chars\s*=\s*true|string_replace_tab_chars\s*=\s*false ValueDefault=false [Tok Split Gte] Category=0 Description="Allow interpreting '>=' and '>>=' as part of a template in code like
'void f(list<list<B>>=val);'. If true, 'assert(x<0 && y>=3)' will be broken.
Improvements to template detection may make this option obsolete." Enabled=false EditorType=boolean TrueFalse=tok_split_gte\s*=\s*true|tok_split_gte\s*=\s*false ValueDefault=false [Disable Processing Nl Cont] Category=0 Description="Disable formatting of NL_CONT ('\\n') ended lines (e.g. multi-line macros)." Enabled=false EditorType=boolean TrueFalse=disable_processing_nl_cont\s*=\s*true|disable_processing_nl_cont\s*=\s*false ValueDefault=false [Disable Processing Cmt] Category=0 Description="Specify the marker used in comments to disable processing of part of the
file.

Default: *INDENT-OFF*" Enabled=false CallName=disable_processing_cmt\s*=\s* EditorType=string ValueDefault= *INDENT-OFF* [Enable Processing Cmt] Category=0 Description="Specify the marker used in comments to (re)enable processing in a file.

Default: *INDENT-ON*" Enabled=false CallName=enable_processing_cmt\s*=\s* EditorType=string ValueDefault= *INDENT-ON* [Enable Digraphs] Category=0 Description="Enable parsing of digraphs." Enabled=false EditorType=boolean TrueFalse=enable_digraphs\s*=\s*true|enable_digraphs\s*=\s*false ValueDefault=false [Processing Cmt As Regex] Category=0 Description="Option to allow both disable_processing_cmt and enable_processing_cmt
strings, if specified, to be interpreted as ECMAScript regular expressions.
If true, a regex search will be performed within comments according to the
specified patterns in order to disable/enable processing." Enabled=false EditorType=boolean TrueFalse=processing_cmt_as_regex\s*=\s*true|processing_cmt_as_regex\s*=\s*false ValueDefault=false [Utf8 Bom] Category=0 Description="Add or remove the UTF-8 BOM (recommend 'remove')." Enabled=false EditorType=multiple Choices=utf8_bom\s*=\s*ignore|utf8_bom\s*=\s*add|utf8_bom\s*=\s*remove|utf8_bom\s*=\s*force|utf8_bom\s*=\s*not_defined ChoicesReadable="Ignore Utf8 Bom|Add Utf8 Bom|Remove Utf8 Bom|Force Utf8 Bom" ValueDefault=ignore [Utf8 Byte] Category=0 Description="If the file contains bytes with values between 128 and 255, but is not
UTF-8, then output as UTF-8." Enabled=false EditorType=boolean TrueFalse=utf8_byte\s*=\s*true|utf8_byte\s*=\s*false ValueDefault=false [Utf8 Force] Category=0 Description="Force the output encoding to UTF-8." Enabled=false EditorType=boolean TrueFalse=utf8_force\s*=\s*true|utf8_force\s*=\s*false ValueDefault=false [Sp Arith] Category=1 Description="Add or remove space around non-assignment symbolic operators ('+', '/', '%',
'<<', and so forth)." Enabled=false EditorType=multiple Choices=sp_arith\s*=\s*ignore|sp_arith\s*=\s*add|sp_arith\s*=\s*remove|sp_arith\s*=\s*force|sp_arith\s*=\s*not_defined ChoicesReadable="Ignore Sp Arith|Add Sp Arith|Remove Sp Arith|Force Sp Arith" ValueDefault=ignore [Sp Arith Additive] Category=1 Description="Add or remove space around arithmetic operators '+' and '-'.

Overrides sp_arith." Enabled=false EditorType=multiple Choices=sp_arith_additive\s*=\s*ignore|sp_arith_additive\s*=\s*add|sp_arith_additive\s*=\s*remove|sp_arith_additive\s*=\s*force|sp_arith_additive\s*=\s*not_defined ChoicesReadable="Ignore Sp Arith Additive|Add Sp Arith Additive|Remove Sp Arith Additive|Force Sp Arith Additive" ValueDefault=ignore [Sp Assign] Category=1 Description="Add or remove space around assignment operator '=', '+=', etc." Enabled=false EditorType=multiple Choices=sp_assign\s*=\s*ignore|sp_assign\s*=\s*add|sp_assign\s*=\s*remove|sp_assign\s*=\s*force|sp_assign\s*=\s*not_defined ChoicesReadable="Ignore Sp Assign|Add Sp Assign|Remove Sp Assign|Force Sp Assign" ValueDefault=ignore [Sp Cpp Lambda Assign] Category=1 Description="Add or remove space around '=' in C++11 lambda capture specifications.

Overrides sp_assign." Enabled=false EditorType=multiple Choices=sp_cpp_lambda_assign\s*=\s*ignore|sp_cpp_lambda_assign\s*=\s*add|sp_cpp_lambda_assign\s*=\s*remove|sp_cpp_lambda_assign\s*=\s*force|sp_cpp_lambda_assign\s*=\s*not_defined ChoicesReadable="Ignore Sp Cpp Lambda Assign|Add Sp Cpp Lambda Assign|Remove Sp Cpp Lambda Assign|Force Sp Cpp Lambda Assign" ValueDefault=ignore [Sp Cpp Lambda Square Paren] Category=1 Description="Add or remove space after the capture specification of a C++11 lambda when
an argument list is present, as in '[] <here> (int x){ ... }'." Enabled=false EditorType=multiple Choices=sp_cpp_lambda_square_paren\s*=\s*ignore|sp_cpp_lambda_square_paren\s*=\s*add|sp_cpp_lambda_square_paren\s*=\s*remove|sp_cpp_lambda_square_paren\s*=\s*force|sp_cpp_lambda_square_paren\s*=\s*not_defined ChoicesReadable="Ignore Sp Cpp Lambda Square Paren|Add Sp Cpp Lambda Square Paren|Remove Sp Cpp Lambda Square Paren|Force Sp Cpp Lambda Square Paren" ValueDefault=ignore [Sp Cpp Lambda Square Brace] Category=1 Description="Add or remove space after the capture specification of a C++11 lambda with
no argument list is present, as in '[] <here> { ... }'." Enabled=false EditorType=multiple Choices=sp_cpp_lambda_square_brace\s*=\s*ignore|sp_cpp_lambda_square_brace\s*=\s*add|sp_cpp_lambda_square_brace\s*=\s*remove|sp_cpp_lambda_square_brace\s*=\s*force|sp_cpp_lambda_square_brace\s*=\s*not_defined ChoicesReadable="Ignore Sp Cpp Lambda Square Brace|Add Sp Cpp Lambda Square Brace|Remove Sp Cpp Lambda Square Brace|Force Sp Cpp Lambda Square Brace" ValueDefault=ignore [Sp Cpp Lambda Argument List Empty] Category=1 Description="Add or remove space after the opening parenthesis and before the closing
parenthesis of a argument list of a C++11 lambda, as in
'[]( <here> ){ ... }'
with an empty list." Enabled=false EditorType=multiple Choices=sp_cpp_lambda_argument_list_empty\s*=\s*ignore|sp_cpp_lambda_argument_list_empty\s*=\s*add|sp_cpp_lambda_argument_list_empty\s*=\s*remove|sp_cpp_lambda_argument_list_empty\s*=\s*force|sp_cpp_lambda_argument_list_empty\s*=\s*not_defined ChoicesReadable="Ignore Sp Cpp Lambda Argument List Empty|Add Sp Cpp Lambda Argument List Empty|Remove Sp Cpp Lambda Argument List Empty|Force Sp Cpp Lambda Argument List Empty" ValueDefault=ignore [Sp Cpp Lambda Argument List] Category=1 Description="Add or remove space after the opening parenthesis and before the closing
parenthesis of a argument list of a C++11 lambda, as in
'[]( <here> int x <here> ){ ... }'." Enabled=false EditorType=multiple Choices=sp_cpp_lambda_argument_list\s*=\s*ignore|sp_cpp_lambda_argument_list\s*=\s*add|sp_cpp_lambda_argument_list\s*=\s*remove|sp_cpp_lambda_argument_list\s*=\s*force|sp_cpp_lambda_argument_list\s*=\s*not_defined ChoicesReadable="Ignore Sp Cpp Lambda Argument List|Add Sp Cpp Lambda Argument List|Remove Sp Cpp Lambda Argument List|Force Sp Cpp Lambda Argument List" ValueDefault=ignore [Sp Cpp Lambda Paren Brace] Category=1 Description="Add or remove space after the argument list of a C++11 lambda, as in
'[](int x) <here> { ... }'." Enabled=false EditorType=multiple Choices=sp_cpp_lambda_paren_brace\s*=\s*ignore|sp_cpp_lambda_paren_brace\s*=\s*add|sp_cpp_lambda_paren_brace\s*=\s*remove|sp_cpp_lambda_paren_brace\s*=\s*force|sp_cpp_lambda_paren_brace\s*=\s*not_defined ChoicesReadable="Ignore Sp Cpp Lambda Paren Brace|Add Sp Cpp Lambda Paren Brace|Remove Sp Cpp Lambda Paren Brace|Force Sp Cpp Lambda Paren Brace" ValueDefault=ignore [Sp Cpp Lambda Fparen] Category=1 Description="Add or remove space between a lambda body and its call operator of an
immediately invoked lambda, as in '[]( ... ){ ... } <here> ( ... )'." Enabled=false EditorType=multiple Choices=sp_cpp_lambda_fparen\s*=\s*ignore|sp_cpp_lambda_fparen\s*=\s*add|sp_cpp_lambda_fparen\s*=\s*remove|sp_cpp_lambda_fparen\s*=\s*force|sp_cpp_lambda_fparen\s*=\s*not_defined ChoicesReadable="Ignore Sp Cpp Lambda Fparen|Add Sp Cpp Lambda Fparen|Remove Sp Cpp Lambda Fparen|Force Sp Cpp Lambda Fparen" ValueDefault=ignore [Sp Assign Default] Category=1 Description="Add or remove space around assignment operator '=' in a prototype.

If set to ignore, use sp_assign." Enabled=false EditorType=multiple Choices=sp_assign_default\s*=\s*ignore|sp_assign_default\s*=\s*add|sp_assign_default\s*=\s*remove|sp_assign_default\s*=\s*force|sp_assign_default\s*=\s*not_defined ChoicesReadable="Ignore Sp Assign Default|Add Sp Assign Default|Remove Sp Assign Default|Force Sp Assign Default" ValueDefault=ignore [Sp Before Assign] Category=1 Description="Add or remove space before assignment operator '=', '+=', etc.

Overrides sp_assign." Enabled=false EditorType=multiple Choices=sp_before_assign\s*=\s*ignore|sp_before_assign\s*=\s*add|sp_before_assign\s*=\s*remove|sp_before_assign\s*=\s*force|sp_before_assign\s*=\s*not_defined ChoicesReadable="Ignore Sp Before Assign|Add Sp Before Assign|Remove Sp Before Assign|Force Sp Before Assign" ValueDefault=ignore [Sp After Assign] Category=1 Description="Add or remove space after assignment operator '=', '+=', etc.

Overrides sp_assign." Enabled=false EditorType=multiple Choices=sp_after_assign\s*=\s*ignore|sp_after_assign\s*=\s*add|sp_after_assign\s*=\s*remove|sp_after_assign\s*=\s*force|sp_after_assign\s*=\s*not_defined ChoicesReadable="Ignore Sp After Assign|Add Sp After Assign|Remove Sp After Assign|Force Sp After Assign" ValueDefault=ignore [Sp Enum Brace] Category=1 Description="Add or remove space in 'enum {'.

Default: add" Enabled=false EditorType=multiple Choices=sp_enum_brace\s*=\s*ignore|sp_enum_brace\s*=\s*add|sp_enum_brace\s*=\s*remove|sp_enum_brace\s*=\s*force|sp_enum_brace\s*=\s*not_defined ChoicesReadable="Ignore Sp Enum Brace|Add Sp Enum Brace|Remove Sp Enum Brace|Force Sp Enum Brace" ValueDefault=add [Sp Enum Paren] Category=1 Description="Add or remove space in 'NS_ENUM ('." Enabled=false EditorType=multiple Choices=sp_enum_paren\s*=\s*ignore|sp_enum_paren\s*=\s*add|sp_enum_paren\s*=\s*remove|sp_enum_paren\s*=\s*force|sp_enum_paren\s*=\s*not_defined ChoicesReadable="Ignore Sp Enum Paren|Add Sp Enum Paren|Remove Sp Enum Paren|Force Sp Enum Paren" ValueDefault=ignore [Sp Enum Assign] Category=1 Description="Add or remove space around assignment '=' in enum." Enabled=false EditorType=multiple Choices=sp_enum_assign\s*=\s*ignore|sp_enum_assign\s*=\s*add|sp_enum_assign\s*=\s*remove|sp_enum_assign\s*=\s*force|sp_enum_assign\s*=\s*not_defined ChoicesReadable="Ignore Sp Enum Assign|Add Sp Enum Assign|Remove Sp Enum Assign|Force Sp Enum Assign" ValueDefault=ignore [Sp Enum Before Assign] Category=1 Description="Add or remove space before assignment '=' in enum.

Overrides sp_enum_assign." Enabled=false EditorType=multiple Choices=sp_enum_before_assign\s*=\s*ignore|sp_enum_before_assign\s*=\s*add|sp_enum_before_assign\s*=\s*remove|sp_enum_before_assign\s*=\s*force|sp_enum_before_assign\s*=\s*not_defined ChoicesReadable="Ignore Sp Enum Before Assign|Add Sp Enum Before Assign|Remove Sp Enum Before Assign|Force Sp Enum Before Assign" ValueDefault=ignore [Sp Enum After Assign] Category=1 Description="Add or remove space after assignment '=' in enum.

Overrides sp_enum_assign." Enabled=false EditorType=multiple Choices=sp_enum_after_assign\s*=\s*ignore|sp_enum_after_assign\s*=\s*add|sp_enum_after_assign\s*=\s*remove|sp_enum_after_assign\s*=\s*force|sp_enum_after_assign\s*=\s*not_defined ChoicesReadable="Ignore Sp Enum After Assign|Add Sp Enum After Assign|Remove Sp Enum After Assign|Force Sp Enum After Assign" ValueDefault=ignore [Sp Enum Colon] Category=1 Description="Add or remove space around assignment ':' in enum." Enabled=false EditorType=multiple Choices=sp_enum_colon\s*=\s*ignore|sp_enum_colon\s*=\s*add|sp_enum_colon\s*=\s*remove|sp_enum_colon\s*=\s*force|sp_enum_colon\s*=\s*not_defined ChoicesReadable="Ignore Sp Enum Colon|Add Sp Enum Colon|Remove Sp Enum Colon|Force Sp Enum Colon" ValueDefault=ignore [Sp Pp Concat] Category=1 Description="Add or remove space around preprocessor '##' concatenation operator.

Default: add" Enabled=false EditorType=multiple Choices=sp_pp_concat\s*=\s*ignore|sp_pp_concat\s*=\s*add|sp_pp_concat\s*=\s*remove|sp_pp_concat\s*=\s*force|sp_pp_concat\s*=\s*not_defined ChoicesReadable="Ignore Sp Pp Concat|Add Sp Pp Concat|Remove Sp Pp Concat|Force Sp Pp Concat" ValueDefault=add [Sp Pp Stringify] Category=1 Description="Add or remove space after preprocessor '#' stringify operator.
Also affects the '#@' charizing operator." Enabled=false EditorType=multiple Choices=sp_pp_stringify\s*=\s*ignore|sp_pp_stringify\s*=\s*add|sp_pp_stringify\s*=\s*remove|sp_pp_stringify\s*=\s*force|sp_pp_stringify\s*=\s*not_defined ChoicesReadable="Ignore Sp Pp Stringify|Add Sp Pp Stringify|Remove Sp Pp Stringify|Force Sp Pp Stringify" ValueDefault=ignore [Sp Before Pp Stringify] Category=1 Description="Add or remove space before preprocessor '#' stringify operator
as in '#define x(y) L#y'." Enabled=false EditorType=multiple Choices=sp_before_pp_stringify\s*=\s*ignore|sp_before_pp_stringify\s*=\s*add|sp_before_pp_stringify\s*=\s*remove|sp_before_pp_stringify\s*=\s*force|sp_before_pp_stringify\s*=\s*not_defined ChoicesReadable="Ignore Sp Before Pp Stringify|Add Sp Before Pp Stringify|Remove Sp Before Pp Stringify|Force Sp Before Pp Stringify" ValueDefault=ignore [Sp Bool] Category=1 Description="Add or remove space around boolean operators '&&' and '||'." Enabled=false EditorType=multiple Choices=sp_bool\s*=\s*ignore|sp_bool\s*=\s*add|sp_bool\s*=\s*remove|sp_bool\s*=\s*force|sp_bool\s*=\s*not_defined ChoicesReadable="Ignore Sp Bool|Add Sp Bool|Remove Sp Bool|Force Sp Bool" ValueDefault=ignore [Sp Compare] Category=1 Description="Add or remove space around compare operator '<', '>', '==', etc." Enabled=false EditorType=multiple Choices=sp_compare\s*=\s*ignore|sp_compare\s*=\s*add|sp_compare\s*=\s*remove|sp_compare\s*=\s*force|sp_compare\s*=\s*not_defined ChoicesReadable="Ignore Sp Compare|Add Sp Compare|Remove Sp Compare|Force Sp Compare" ValueDefault=ignore [Sp Inside Paren] Category=1 Description="Add or remove space inside '(' and ')'." Enabled=false EditorType=multiple Choices=sp_inside_paren\s*=\s*ignore|sp_inside_paren\s*=\s*add|sp_inside_paren\s*=\s*remove|sp_inside_paren\s*=\s*force|sp_inside_paren\s*=\s*not_defined ChoicesReadable="Ignore Sp Inside Paren|Add Sp Inside Paren|Remove Sp Inside Paren|Force Sp Inside Paren" ValueDefault=ignore [Sp Paren Paren] Category=1 Description="Add or remove space between nested parentheses, i.e. '((' vs. ') )'." Enabled=false EditorType=multiple Choices=sp_paren_paren\s*=\s*ignore|sp_paren_paren\s*=\s*add|sp_paren_paren\s*=\s*remove|sp_paren_paren\s*=\s*force|sp_paren_paren\s*=\s*not_defined ChoicesReadable="Ignore Sp Paren Paren|Add Sp Paren Paren|Remove Sp Paren Paren|Force Sp Paren Paren" ValueDefault=ignore [Sp Cparen Oparen] Category=1 Description="Add or remove space between back-to-back parentheses, i.e. ')(' vs. ') ('." Enabled=false EditorType=multiple Choices=sp_cparen_oparen\s*=\s*ignore|sp_cparen_oparen\s*=\s*add|sp_cparen_oparen\s*=\s*remove|sp_cparen_oparen\s*=\s*force|sp_cparen_oparen\s*=\s*not_defined ChoicesReadable="Ignore Sp Cparen Oparen|Add Sp Cparen Oparen|Remove Sp Cparen Oparen|Force Sp Cparen Oparen" ValueDefault=ignore [Sp Balance Nested Parens] Category=1 Description="Whether to balance spaces inside nested parentheses." Enabled=false EditorType=boolean TrueFalse=sp_balance_nested_parens\s*=\s*true|sp_balance_nested_parens\s*=\s*false ValueDefault=false [Sp Paren Brace] Category=1 Description="Add or remove space between ')' and '{'." Enabled=false EditorType=multiple Choices=sp_paren_brace\s*=\s*ignore|sp_paren_brace\s*=\s*add|sp_paren_brace\s*=\s*remove|sp_paren_brace\s*=\s*force|sp_paren_brace\s*=\s*not_defined ChoicesReadable="Ignore Sp Paren Brace|Add Sp Paren Brace|Remove Sp Paren Brace|Force Sp Paren Brace" ValueDefault=ignore [Sp Brace Brace] Category=1 Description="Add or remove space between nested braces, i.e. '{{' vs. '{ {'." Enabled=false EditorType=multiple Choices=sp_brace_brace\s*=\s*ignore|sp_brace_brace\s*=\s*add|sp_brace_brace\s*=\s*remove|sp_brace_brace\s*=\s*force|sp_brace_brace\s*=\s*not_defined ChoicesReadable="Ignore Sp Brace Brace|Add Sp Brace Brace|Remove Sp Brace Brace|Force Sp Brace Brace" ValueDefault=ignore [Sp Before Ptr Star] Category=1 Description="Add or remove space before pointer star '*'." Enabled=false EditorType=multiple Choices=sp_before_ptr_star\s*=\s*ignore|sp_before_ptr_star\s*=\s*add|sp_before_ptr_star\s*=\s*remove|sp_before_ptr_star\s*=\s*force|sp_before_ptr_star\s*=\s*not_defined ChoicesReadable="Ignore Sp Before Ptr Star|Add Sp Before Ptr Star|Remove Sp Before Ptr Star|Force Sp Before Ptr Star" ValueDefault=ignore [Sp Before Unnamed Ptr Star] Category=1 Description="Add or remove space before pointer star '*' that isn't followed by a
variable name. If set to ignore, sp_before_ptr_star is used instead." Enabled=false EditorType=multiple Choices=sp_before_unnamed_ptr_star\s*=\s*ignore|sp_before_unnamed_ptr_star\s*=\s*add|sp_before_unnamed_ptr_star\s*=\s*remove|sp_before_unnamed_ptr_star\s*=\s*force|sp_before_unnamed_ptr_star\s*=\s*not_defined ChoicesReadable="Ignore Sp Before Unnamed Ptr Star|Add Sp Before Unnamed Ptr Star|Remove Sp Before Unnamed Ptr Star|Force Sp Before Unnamed Ptr Star" ValueDefault=ignore [Sp Before Qualifier Ptr Star] Category=1 Description="Add or remove space before pointer star '*' that is followed by a qualifier.
If set to ignore, sp_before_unnamed_ptr_star is used instead." Enabled=false EditorType=multiple Choices=sp_before_qualifier_ptr_star\s*=\s*ignore|sp_before_qualifier_ptr_star\s*=\s*add|sp_before_qualifier_ptr_star\s*=\s*remove|sp_before_qualifier_ptr_star\s*=\s*force|sp_before_qualifier_ptr_star\s*=\s*not_defined ChoicesReadable="Ignore Sp Before Qualifier Ptr Star|Add Sp Before Qualifier Ptr Star|Remove Sp Before Qualifier Ptr Star|Force Sp Before Qualifier Ptr Star" ValueDefault=ignore [Sp Before Operator Ptr Star] Category=1 Description="Add or remove space before pointer star '*' that is followed by 'operator' keyword.
If set to ignore, sp_before_unnamed_ptr_star is used instead." Enabled=false EditorType=multiple Choices=sp_before_operator_ptr_star\s*=\s*ignore|sp_before_operator_ptr_star\s*=\s*add|sp_before_operator_ptr_star\s*=\s*remove|sp_before_operator_ptr_star\s*=\s*force|sp_before_operator_ptr_star\s*=\s*not_defined ChoicesReadable="Ignore Sp Before Operator Ptr Star|Add Sp Before Operator Ptr Star|Remove Sp Before Operator Ptr Star|Force Sp Before Operator Ptr Star" ValueDefault=ignore [Sp Before Scope Ptr Star] Category=1 Description="Add or remove space before pointer star '*' that is followed by
a class scope (as in 'int *MyClass::method()') or namespace scope
(as in 'int *my_ns::func()').
If set to ignore, sp_before_unnamed_ptr_star is used instead." Enabled=false EditorType=multiple Choices=sp_before_scope_ptr_star\s*=\s*ignore|sp_before_scope_ptr_star\s*=\s*add|sp_before_scope_ptr_star\s*=\s*remove|sp_before_scope_ptr_star\s*=\s*force|sp_before_scope_ptr_star\s*=\s*not_defined ChoicesReadable="Ignore Sp Before Scope Ptr Star|Add Sp Before Scope Ptr Star|Remove Sp Before Scope Ptr Star|Force Sp Before Scope Ptr Star" ValueDefault=ignore [Sp Before Global Scope Ptr Star] Category=1 Description="Add or remove space before pointer star '*' that is followed by '::',
as in 'int *::func()'.
If set to ignore, sp_before_unnamed_ptr_star is used instead." Enabled=false EditorType=multiple Choices=sp_before_global_scope_ptr_star\s*=\s*ignore|sp_before_global_scope_ptr_star\s*=\s*add|sp_before_global_scope_ptr_star\s*=\s*remove|sp_before_global_scope_ptr_star\s*=\s*force|sp_before_global_scope_ptr_star\s*=\s*not_defined ChoicesReadable="Ignore Sp Before Global Scope Ptr Star|Add Sp Before Global Scope Ptr Star|Remove Sp Before Global Scope Ptr Star|Force Sp Before Global Scope Ptr Star" ValueDefault=ignore [Sp Qualifier Unnamed Ptr Star] Category=1 Description="Add or remove space between a qualifier and a pointer star '*' that isn't
followed by a variable name, as in '(char const *)'. If set to ignore,
sp_before_ptr_star is used instead." Enabled=false EditorType=multiple Choices=sp_qualifier_unnamed_ptr_star\s*=\s*ignore|sp_qualifier_unnamed_ptr_star\s*=\s*add|sp_qualifier_unnamed_ptr_star\s*=\s*remove|sp_qualifier_unnamed_ptr_star\s*=\s*force|sp_qualifier_unnamed_ptr_star\s*=\s*not_defined ChoicesReadable="Ignore Sp Qualifier Unnamed Ptr Star|Add Sp Qualifier Unnamed Ptr Star|Remove Sp Qualifier Unnamed Ptr Star|Force Sp Qualifier Unnamed Ptr Star" ValueDefault=ignore [Sp Between Ptr Star] Category=1 Description="Add or remove space between pointer stars '*', as in 'int ***a;'." Enabled=false EditorType=multiple Choices=sp_between_ptr_star\s*=\s*ignore|sp_between_ptr_star\s*=\s*add|sp_between_ptr_star\s*=\s*remove|sp_between_ptr_star\s*=\s*force|sp_between_ptr_star\s*=\s*not_defined ChoicesReadable="Ignore Sp Between Ptr Star|Add Sp Between Ptr Star|Remove Sp Between Ptr Star|Force Sp Between Ptr Star" ValueDefault=ignore [Sp Between Ptr Ref] Category=1 Description="Add or remove space between pointer star '*' and reference '&', as in 'int *& a;'." Enabled=false EditorType=multiple Choices=sp_between_ptr_ref\s*=\s*ignore|sp_between_ptr_ref\s*=\s*add|sp_between_ptr_ref\s*=\s*remove|sp_between_ptr_ref\s*=\s*force|sp_between_ptr_ref\s*=\s*not_defined ChoicesReadable="Ignore Sp Between Ptr Ref|Add Sp Between Ptr Ref|Remove Sp Between Ptr Ref|Force Sp Between Ptr Ref" ValueDefault=ignore [Sp After Ptr Star] Category=1 Description="Add or remove space after pointer star '*', if followed by a word.

Overrides sp_type_func." Enabled=false EditorType=multiple Choices=sp_after_ptr_star\s*=\s*ignore|sp_after_ptr_star\s*=\s*add|sp_after_ptr_star\s*=\s*remove|sp_after_ptr_star\s*=\s*force|sp_after_ptr_star\s*=\s*not_defined ChoicesReadable="Ignore Sp After Ptr Star|Add Sp After Ptr Star|Remove Sp After Ptr Star|Force Sp After Ptr Star" ValueDefault=ignore [Sp After Ptr Block Caret] Category=1 Description="Add or remove space after pointer caret '^', if followed by a word." Enabled=false EditorType=multiple Choices=sp_after_ptr_block_caret\s*=\s*ignore|sp_after_ptr_block_caret\s*=\s*add|sp_after_ptr_block_caret\s*=\s*remove|sp_after_ptr_block_caret\s*=\s*force|sp_after_ptr_block_caret\s*=\s*not_defined ChoicesReadable="Ignore Sp After Ptr Block Caret|Add Sp After Ptr Block Caret|Remove Sp After Ptr Block Caret|Force Sp After Ptr Block Caret" ValueDefault=ignore [Sp After Ptr Star Qualifier] Category=1 Description="Add or remove space after pointer star '*', if followed by a qualifier." Enabled=false EditorType=multiple Choices=sp_after_ptr_star_qualifier\s*=\s*ignore|sp_after_ptr_star_qualifier\s*=\s*add|sp_after_ptr_star_qualifier\s*=\s*remove|sp_after_ptr_star_qualifier\s*=\s*force|sp_after_ptr_star_qualifier\s*=\s*not_defined ChoicesReadable="Ignore Sp After Ptr Star Qualifier|Add Sp After Ptr Star Qualifier|Remove Sp After Ptr Star Qualifier|Force Sp After Ptr Star Qualifier" ValueDefault=ignore [Sp After Ptr Star Func] Category=1 Description="Add or remove space after a pointer star '*', if followed by a function
prototype or function definition.

Overrides sp_after_ptr_star and sp_type_func." Enabled=false EditorType=multiple Choices=sp_after_ptr_star_func\s*=\s*ignore|sp_after_ptr_star_func\s*=\s*add|sp_after_ptr_star_func\s*=\s*remove|sp_after_ptr_star_func\s*=\s*force|sp_after_ptr_star_func\s*=\s*not_defined ChoicesReadable="Ignore Sp After Ptr Star Func|Add Sp After Ptr Star Func|Remove Sp After Ptr Star Func|Force Sp After Ptr Star Func" ValueDefault=ignore [Sp After Ptr Star Trailing] Category=1 Description="Add or remove space after a pointer star '*' in the trailing return of a
function prototype or function definition." Enabled=false EditorType=multiple Choices=sp_after_ptr_star_trailing\s*=\s*ignore|sp_after_ptr_star_trailing\s*=\s*add|sp_after_ptr_star_trailing\s*=\s*remove|sp_after_ptr_star_trailing\s*=\s*force|sp_after_ptr_star_trailing\s*=\s*not_defined ChoicesReadable="Ignore Sp After Ptr Star Trailing|Add Sp After Ptr Star Trailing|Remove Sp After Ptr Star Trailing|Force Sp After Ptr Star Trailing" ValueDefault=ignore [Sp Ptr Star Func Var] Category=1 Description="Add or remove space between the pointer star '*' and the name of the variable
in a function pointer definition." Enabled=false EditorType=multiple Choices=sp_ptr_star_func_var\s*=\s*ignore|sp_ptr_star_func_var\s*=\s*add|sp_ptr_star_func_var\s*=\s*remove|sp_ptr_star_func_var\s*=\s*force|sp_ptr_star_func_var\s*=\s*not_defined ChoicesReadable="Ignore Sp Ptr Star Func Var|Add Sp Ptr Star Func Var|Remove Sp Ptr Star Func Var|Force Sp Ptr Star Func Var" ValueDefault=ignore [Sp Ptr Star Func Type] Category=1 Description="Add or remove space between the pointer star '*' and the name of the type
in a function pointer type definition." Enabled=false EditorType=multiple Choices=sp_ptr_star_func_type\s*=\s*ignore|sp_ptr_star_func_type\s*=\s*add|sp_ptr_star_func_type\s*=\s*remove|sp_ptr_star_func_type\s*=\s*force|sp_ptr_star_func_type\s*=\s*not_defined ChoicesReadable="Ignore Sp Ptr Star Func Type|Add Sp Ptr Star Func Type|Remove Sp Ptr Star Func Type|Force Sp Ptr Star Func Type" ValueDefault=ignore [Sp Ptr Star Paren] Category=1 Description="Add or remove space after a pointer star '*', if followed by an open
parenthesis, as in 'void* (*)()'." Enabled=false EditorType=multiple Choices=sp_ptr_star_paren\s*=\s*ignore|sp_ptr_star_paren\s*=\s*add|sp_ptr_star_paren\s*=\s*remove|sp_ptr_star_paren\s*=\s*force|sp_ptr_star_paren\s*=\s*not_defined ChoicesReadable="Ignore Sp Ptr Star Paren|Add Sp Ptr Star Paren|Remove Sp Ptr Star Paren|Force Sp Ptr Star Paren" ValueDefault=ignore [Sp Before Ptr Star Func] Category=1 Description="Add or remove space before a pointer star '*', if followed by a function
prototype or function definition. If set to ignore, sp_before_ptr_star is
used instead." Enabled=false EditorType=multiple Choices=sp_before_ptr_star_func\s*=\s*ignore|sp_before_ptr_star_func\s*=\s*add|sp_before_ptr_star_func\s*=\s*remove|sp_before_ptr_star_func\s*=\s*force|sp_before_ptr_star_func\s*=\s*not_defined ChoicesReadable="Ignore Sp Before Ptr Star Func|Add Sp Before Ptr Star Func|Remove Sp Before Ptr Star Func|Force Sp Before Ptr Star Func" ValueDefault=ignore [Sp Qualifier Ptr Star Func] Category=1 Description="Add or remove space between a qualifier and a pointer star '*' followed by
the name of the function in a function prototype or definition, as in
'char const *foo()`. If set to ignore, sp_before_ptr_star is used instead." Enabled=false EditorType=multiple Choices=sp_qualifier_ptr_star_func\s*=\s*ignore|sp_qualifier_ptr_star_func\s*=\s*add|sp_qualifier_ptr_star_func\s*=\s*remove|sp_qualifier_ptr_star_func\s*=\s*force|sp_qualifier_ptr_star_func\s*=\s*not_defined ChoicesReadable="Ignore Sp Qualifier Ptr Star Func|Add Sp Qualifier Ptr Star Func|Remove Sp Qualifier Ptr Star Func|Force Sp Qualifier Ptr Star Func" ValueDefault=ignore [Sp Before Ptr Star Trailing] Category=1 Description="Add or remove space before a pointer star '*' in the trailing return of a
function prototype or function definition." Enabled=false EditorType=multiple Choices=sp_before_ptr_star_trailing\s*=\s*ignore|sp_before_ptr_star_trailing\s*=\s*add|sp_before_ptr_star_trailing\s*=\s*remove|sp_before_ptr_star_trailing\s*=\s*force|sp_before_ptr_star_trailing\s*=\s*not_defined ChoicesReadable="Ignore Sp Before Ptr Star Trailing|Add Sp Before Ptr Star Trailing|Remove Sp Before Ptr Star Trailing|Force Sp Before Ptr Star Trailing" ValueDefault=ignore [Sp Qualifier Ptr Star Trailing] Category=1 Description="Add or remove space between a qualifier and a pointer star '*' in the
trailing return of a function prototype or function definition, as in
'auto foo() -> char const *'." Enabled=false EditorType=multiple Choices=sp_qualifier_ptr_star_trailing\s*=\s*ignore|sp_qualifier_ptr_star_trailing\s*=\s*add|sp_qualifier_ptr_star_trailing\s*=\s*remove|sp_qualifier_ptr_star_trailing\s*=\s*force|sp_qualifier_ptr_star_trailing\s*=\s*not_defined ChoicesReadable="Ignore Sp Qualifier Ptr Star Trailing|Add Sp Qualifier Ptr Star Trailing|Remove Sp Qualifier Ptr Star Trailing|Force Sp Qualifier Ptr Star Trailing" ValueDefault=ignore [Sp Before Byref] Category=1 Description="Add or remove space before a reference sign '&'." Enabled=false EditorType=multiple Choices=sp_before_byref\s*=\s*ignore|sp_before_byref\s*=\s*add|sp_before_byref\s*=\s*remove|sp_before_byref\s*=\s*force|sp_before_byref\s*=\s*not_defined ChoicesReadable="Ignore Sp Before Byref|Add Sp Before Byref|Remove Sp Before Byref|Force Sp Before Byref" ValueDefault=ignore [Sp Before Unnamed Byref] Category=1 Description="Add or remove space before a reference sign '&' that isn't followed by a
variable name. If set to ignore, sp_before_byref is used instead." Enabled=false EditorType=multiple Choices=sp_before_unnamed_byref\s*=\s*ignore|sp_before_unnamed_byref\s*=\s*add|sp_before_unnamed_byref\s*=\s*remove|sp_before_unnamed_byref\s*=\s*force|sp_before_unnamed_byref\s*=\s*not_defined ChoicesReadable="Ignore Sp Before Unnamed Byref|Add Sp Before Unnamed Byref|Remove Sp Before Unnamed Byref|Force Sp Before Unnamed Byref" ValueDefault=ignore [Sp After Byref] Category=1 Description="Add or remove space after reference sign '&', if followed by a word.

Overrides sp_type_func." Enabled=false EditorType=multiple Choices=sp_after_byref\s*=\s*ignore|sp_after_byref\s*=\s*add|sp_after_byref\s*=\s*remove|sp_after_byref\s*=\s*force|sp_after_byref\s*=\s*not_defined ChoicesReadable="Ignore Sp After Byref|Add Sp After Byref|Remove Sp After Byref|Force Sp After Byref" ValueDefault=ignore [Sp After Byref Func] Category=1 Description="Add or remove space after a reference sign '&', if followed by a function
prototype or function definition.

Overrides sp_after_byref and sp_type_func." Enabled=false EditorType=multiple Choices=sp_after_byref_func\s*=\s*ignore|sp_after_byref_func\s*=\s*add|sp_after_byref_func\s*=\s*remove|sp_after_byref_func\s*=\s*force|sp_after_byref_func\s*=\s*not_defined ChoicesReadable="Ignore Sp After Byref Func|Add Sp After Byref Func|Remove Sp After Byref Func|Force Sp After Byref Func" ValueDefault=ignore [Sp Before Byref Func] Category=1 Description="Add or remove space before a reference sign '&', if followed by a function
prototype or function definition." Enabled=false EditorType=multiple Choices=sp_before_byref_func\s*=\s*ignore|sp_before_byref_func\s*=\s*add|sp_before_byref_func\s*=\s*remove|sp_before_byref_func\s*=\s*force|sp_before_byref_func\s*=\s*not_defined ChoicesReadable="Ignore Sp Before Byref Func|Add Sp Before Byref Func|Remove Sp Before Byref Func|Force Sp Before Byref Func" ValueDefault=ignore [Sp Byref Paren] Category=1 Description="Add or remove space after a reference sign '&', if followed by an open
parenthesis, as in 'char& (*)()'." Enabled=false EditorType=multiple Choices=sp_byref_paren\s*=\s*ignore|sp_byref_paren\s*=\s*add|sp_byref_paren\s*=\s*remove|sp_byref_paren\s*=\s*force|sp_byref_paren\s*=\s*not_defined ChoicesReadable="Ignore Sp Byref Paren|Add Sp Byref Paren|Remove Sp Byref Paren|Force Sp Byref Paren" ValueDefault=ignore [Sp After Type] Category=1 Description="Add or remove space between type and word. In cases where total removal of
whitespace would be a syntax error, a value of 'remove' is treated the same
as 'force'.

This also affects some other instances of space following a type that are
not covered by other options; for example, between the return type and
parenthesis of a function type template argument, between the type and
parenthesis of an array parameter, or between 'decltype(...)' and the
following word.

Default: force" Enabled=false EditorType=multiple Choices=sp_after_type\s*=\s*ignore|sp_after_type\s*=\s*add|sp_after_type\s*=\s*remove|sp_after_type\s*=\s*force|sp_after_type\s*=\s*not_defined ChoicesReadable="Ignore Sp After Type|Add Sp After Type|Remove Sp After Type|Force Sp After Type" ValueDefault=force [Sp After Decltype] Category=1 Description="Add or remove space between 'decltype(...)' and word,
brace or function call." Enabled=false EditorType=multiple Choices=sp_after_decltype\s*=\s*ignore|sp_after_decltype\s*=\s*add|sp_after_decltype\s*=\s*remove|sp_after_decltype\s*=\s*force|sp_after_decltype\s*=\s*not_defined ChoicesReadable="Ignore Sp After Decltype|Add Sp After Decltype|Remove Sp After Decltype|Force Sp After Decltype" ValueDefault=ignore [Sp Before Template Paren] Category=1 Description="(D) Add or remove space before the parenthesis in the D constructs
'template Foo(' and 'class Foo('." Enabled=false EditorType=multiple Choices=sp_before_template_paren\s*=\s*ignore|sp_before_template_paren\s*=\s*add|sp_before_template_paren\s*=\s*remove|sp_before_template_paren\s*=\s*force|sp_before_template_paren\s*=\s*not_defined ChoicesReadable="Ignore Sp Before Template Paren|Add Sp Before Template Paren|Remove Sp Before Template Paren|Force Sp Before Template Paren" ValueDefault=ignore [Sp Template Angle] Category=1 Description="Add or remove space between 'template' and '<'.
If set to ignore, sp_before_angle is used." Enabled=false EditorType=multiple Choices=sp_template_angle\s*=\s*ignore|sp_template_angle\s*=\s*add|sp_template_angle\s*=\s*remove|sp_template_angle\s*=\s*force|sp_template_angle\s*=\s*not_defined ChoicesReadable="Ignore Sp Template Angle|Add Sp Template Angle|Remove Sp Template Angle|Force Sp Template Angle" ValueDefault=ignore [Sp Before Angle] Category=1 Description="Add or remove space before '<'." Enabled=false EditorType=multiple Choices=sp_before_angle\s*=\s*ignore|sp_before_angle\s*=\s*add|sp_before_angle\s*=\s*remove|sp_before_angle\s*=\s*force|sp_before_angle\s*=\s*not_defined ChoicesReadable="Ignore Sp Before Angle|Add Sp Before Angle|Remove Sp Before Angle|Force Sp Before Angle" ValueDefault=ignore [Sp Inside Angle] Category=1 Description="Add or remove space inside '<' and '>'." Enabled=false EditorType=multiple Choices=sp_inside_angle\s*=\s*ignore|sp_inside_angle\s*=\s*add|sp_inside_angle\s*=\s*remove|sp_inside_angle\s*=\s*force|sp_inside_angle\s*=\s*not_defined ChoicesReadable="Ignore Sp Inside Angle|Add Sp Inside Angle|Remove Sp Inside Angle|Force Sp Inside Angle" ValueDefault=ignore [Sp Inside Angle Empty] Category=1 Description="Add or remove space inside '<>'.
if empty." Enabled=false EditorType=multiple Choices=sp_inside_angle_empty\s*=\s*ignore|sp_inside_angle_empty\s*=\s*add|sp_inside_angle_empty\s*=\s*remove|sp_inside_angle_empty\s*=\s*force|sp_inside_angle_empty\s*=\s*not_defined ChoicesReadable="Ignore Sp Inside Angle Empty|Add Sp Inside Angle Empty|Remove Sp Inside Angle Empty|Force Sp Inside Angle Empty" ValueDefault=ignore [Sp Angle Colon] Category=1 Description="Add or remove space between '>' and ':'." Enabled=false EditorType=multiple Choices=sp_angle_colon\s*=\s*ignore|sp_angle_colon\s*=\s*add|sp_angle_colon\s*=\s*remove|sp_angle_colon\s*=\s*force|sp_angle_colon\s*=\s*not_defined ChoicesReadable="Ignore Sp Angle Colon|Add Sp Angle Colon|Remove Sp Angle Colon|Force Sp Angle Colon" ValueDefault=ignore [Sp After Angle] Category=1 Description="Add or remove space after '>'." Enabled=false EditorType=multiple Choices=sp_after_angle\s*=\s*ignore|sp_after_angle\s*=\s*add|sp_after_angle\s*=\s*remove|sp_after_angle\s*=\s*force|sp_after_angle\s*=\s*not_defined ChoicesReadable="Ignore Sp After Angle|Add Sp After Angle|Remove Sp After Angle|Force Sp After Angle" ValueDefault=ignore [Sp Angle Paren] Category=1 Description="Add or remove space between '>' and '(' as found in 'new List<byte>(foo);'." Enabled=false EditorType=multiple Choices=sp_angle_paren\s*=\s*ignore|sp_angle_paren\s*=\s*add|sp_angle_paren\s*=\s*remove|sp_angle_paren\s*=\s*force|sp_angle_paren\s*=\s*not_defined ChoicesReadable="Ignore Sp Angle Paren|Add Sp Angle Paren|Remove Sp Angle Paren|Force Sp Angle Paren" ValueDefault=ignore [Sp Angle Paren Empty] Category=1 Description="Add or remove space between '>' and '()' as found in 'new List<byte>();'." Enabled=false EditorType=multiple Choices=sp_angle_paren_empty\s*=\s*ignore|sp_angle_paren_empty\s*=\s*add|sp_angle_paren_empty\s*=\s*remove|sp_angle_paren_empty\s*=\s*force|sp_angle_paren_empty\s*=\s*not_defined ChoicesReadable="Ignore Sp Angle Paren Empty|Add Sp Angle Paren Empty|Remove Sp Angle Paren Empty|Force Sp Angle Paren Empty" ValueDefault=ignore [Sp Angle Word] Category=1 Description="Add or remove space between '>' and a word as in 'List<byte> m;' or
'template <typename T> static ...'." Enabled=false EditorType=multiple Choices=sp_angle_word\s*=\s*ignore|sp_angle_word\s*=\s*add|sp_angle_word\s*=\s*remove|sp_angle_word\s*=\s*force|sp_angle_word\s*=\s*not_defined ChoicesReadable="Ignore Sp Angle Word|Add Sp Angle Word|Remove Sp Angle Word|Force Sp Angle Word" ValueDefault=ignore [Sp Angle Shift] Category=1 Description="Add or remove space between '>' and '>' in '>>' (template stuff).

Default: add" Enabled=false EditorType=multiple Choices=sp_angle_shift\s*=\s*ignore|sp_angle_shift\s*=\s*add|sp_angle_shift\s*=\s*remove|sp_angle_shift\s*=\s*force|sp_angle_shift\s*=\s*not_defined ChoicesReadable="Ignore Sp Angle Shift|Add Sp Angle Shift|Remove Sp Angle Shift|Force Sp Angle Shift" ValueDefault=add [Sp Permit Cpp11 Shift] Category=1 Description="(C++11) Permit removal of the space between '>>' in 'foo<bar<int> >'. Note
that sp_angle_shift cannot remove the space without this option." Enabled=false EditorType=boolean TrueFalse=sp_permit_cpp11_shift\s*=\s*true|sp_permit_cpp11_shift\s*=\s*false ValueDefault=false [Sp Before Sparen] Category=1 Description="Add or remove space before '(' of control statements ('if', 'for', 'switch',
'while', etc.)." Enabled=false EditorType=multiple Choices=sp_before_sparen\s*=\s*ignore|sp_before_sparen\s*=\s*add|sp_before_sparen\s*=\s*remove|sp_before_sparen\s*=\s*force|sp_before_sparen\s*=\s*not_defined ChoicesReadable="Ignore Sp Before Sparen|Add Sp Before Sparen|Remove Sp Before Sparen|Force Sp Before Sparen" ValueDefault=ignore [Sp Inside Sparen] Category=1 Description="Add or remove space inside '(' and ')' of control statements other than
'for'." Enabled=false EditorType=multiple Choices=sp_inside_sparen\s*=\s*ignore|sp_inside_sparen\s*=\s*add|sp_inside_sparen\s*=\s*remove|sp_inside_sparen\s*=\s*force|sp_inside_sparen\s*=\s*not_defined ChoicesReadable="Ignore Sp Inside Sparen|Add Sp Inside Sparen|Remove Sp Inside Sparen|Force Sp Inside Sparen" ValueDefault=ignore [Sp Inside Sparen Open] Category=1 Description="Add or remove space after '(' of control statements other than 'for'.

Overrides sp_inside_sparen." Enabled=false EditorType=multiple Choices=sp_inside_sparen_open\s*=\s*ignore|sp_inside_sparen_open\s*=\s*add|sp_inside_sparen_open\s*=\s*remove|sp_inside_sparen_open\s*=\s*force|sp_inside_sparen_open\s*=\s*not_defined ChoicesReadable="Ignore Sp Inside Sparen Open|Add Sp Inside Sparen Open|Remove Sp Inside Sparen Open|Force Sp Inside Sparen Open" ValueDefault=ignore [Sp Inside Sparen Close] Category=1 Description="Add or remove space before ')' of control statements other than 'for'.

Overrides sp_inside_sparen." Enabled=false EditorType=multiple Choices=sp_inside_sparen_close\s*=\s*ignore|sp_inside_sparen_close\s*=\s*add|sp_inside_sparen_close\s*=\s*remove|sp_inside_sparen_close\s*=\s*force|sp_inside_sparen_close\s*=\s*not_defined ChoicesReadable="Ignore Sp Inside Sparen Close|Add Sp Inside Sparen Close|Remove Sp Inside Sparen Close|Force Sp Inside Sparen Close" ValueDefault=ignore [Sp Inside For] Category=1 Description="Add or remove space inside '(' and ')' of 'for' statements." Enabled=false EditorType=multiple Choices=sp_inside_for\s*=\s*ignore|sp_inside_for\s*=\s*add|sp_inside_for\s*=\s*remove|sp_inside_for\s*=\s*force|sp_inside_for\s*=\s*not_defined ChoicesReadable="Ignore Sp Inside For|Add Sp Inside For|Remove Sp Inside For|Force Sp Inside For" ValueDefault=ignore [Sp Inside For Open] Category=1 Description="Add or remove space after '(' of 'for' statements.

Overrides sp_inside_for." Enabled=false EditorType=multiple Choices=sp_inside_for_open\s*=\s*ignore|sp_inside_for_open\s*=\s*add|sp_inside_for_open\s*=\s*remove|sp_inside_for_open\s*=\s*force|sp_inside_for_open\s*=\s*not_defined ChoicesReadable="Ignore Sp Inside For Open|Add Sp Inside For Open|Remove Sp Inside For Open|Force Sp Inside For Open" ValueDefault=ignore [Sp Inside For Close] Category=1 Description="Add or remove space before ')' of 'for' statements.

Overrides sp_inside_for." Enabled=false EditorType=multiple Choices=sp_inside_for_close\s*=\s*ignore|sp_inside_for_close\s*=\s*add|sp_inside_for_close\s*=\s*remove|sp_inside_for_close\s*=\s*force|sp_inside_for_close\s*=\s*not_defined ChoicesReadable="Ignore Sp Inside For Close|Add Sp Inside For Close|Remove Sp Inside For Close|Force Sp Inside For Close" ValueDefault=ignore [Sp Sparen Paren] Category=1 Description="Add or remove space between '((' or '))' of control statements." Enabled=false EditorType=multiple Choices=sp_sparen_paren\s*=\s*ignore|sp_sparen_paren\s*=\s*add|sp_sparen_paren\s*=\s*remove|sp_sparen_paren\s*=\s*force|sp_sparen_paren\s*=\s*not_defined ChoicesReadable="Ignore Sp Sparen Paren|Add Sp Sparen Paren|Remove Sp Sparen Paren|Force Sp Sparen Paren" ValueDefault=ignore [Sp After Sparen] Category=1 Description="Add or remove space after ')' of control statements." Enabled=false EditorType=multiple Choices=sp_after_sparen\s*=\s*ignore|sp_after_sparen\s*=\s*add|sp_after_sparen\s*=\s*remove|sp_after_sparen\s*=\s*force|sp_after_sparen\s*=\s*not_defined ChoicesReadable="Ignore Sp After Sparen|Add Sp After Sparen|Remove Sp After Sparen|Force Sp After Sparen" ValueDefault=ignore [Sp Sparen Brace] Category=1 Description="Add or remove space between ')' and '{' of control statements." Enabled=false EditorType=multiple Choices=sp_sparen_brace\s*=\s*ignore|sp_sparen_brace\s*=\s*add|sp_sparen_brace\s*=\s*remove|sp_sparen_brace\s*=\s*force|sp_sparen_brace\s*=\s*not_defined ChoicesReadable="Ignore Sp Sparen Brace|Add Sp Sparen Brace|Remove Sp Sparen Brace|Force Sp Sparen Brace" ValueDefault=ignore [Sp Do Brace Open] Category=1 Description="Add or remove space between 'do' and '{'." Enabled=false EditorType=multiple Choices=sp_do_brace_open\s*=\s*ignore|sp_do_brace_open\s*=\s*add|sp_do_brace_open\s*=\s*remove|sp_do_brace_open\s*=\s*force|sp_do_brace_open\s*=\s*not_defined ChoicesReadable="Ignore Sp Do Brace Open|Add Sp Do Brace Open|Remove Sp Do Brace Open|Force Sp Do Brace Open" ValueDefault=ignore [Sp Brace Close While] Category=1 Description="Add or remove space between '}' and 'while'." Enabled=false EditorType=multiple Choices=sp_brace_close_while\s*=\s*ignore|sp_brace_close_while\s*=\s*add|sp_brace_close_while\s*=\s*remove|sp_brace_close_while\s*=\s*force|sp_brace_close_while\s*=\s*not_defined ChoicesReadable="Ignore Sp Brace Close While|Add Sp Brace Close While|Remove Sp Brace Close While|Force Sp Brace Close While" ValueDefault=ignore [Sp While Paren Open] Category=1 Description="Add or remove space between 'while' and '('. Overrides sp_before_sparen." Enabled=false EditorType=multiple Choices=sp_while_paren_open\s*=\s*ignore|sp_while_paren_open\s*=\s*add|sp_while_paren_open\s*=\s*remove|sp_while_paren_open\s*=\s*force|sp_while_paren_open\s*=\s*not_defined ChoicesReadable="Ignore Sp While Paren Open|Add Sp While Paren Open|Remove Sp While Paren Open|Force Sp While Paren Open" ValueDefault=ignore [Sp Invariant Paren] Category=1 Description="(D) Add or remove space between 'invariant' and '('." Enabled=false EditorType=multiple Choices=sp_invariant_paren\s*=\s*ignore|sp_invariant_paren\s*=\s*add|sp_invariant_paren\s*=\s*remove|sp_invariant_paren\s*=\s*force|sp_invariant_paren\s*=\s*not_defined ChoicesReadable="Ignore Sp Invariant Paren|Add Sp Invariant Paren|Remove Sp Invariant Paren|Force Sp Invariant Paren" ValueDefault=ignore [Sp After Invariant Paren] Category=1 Description="(D) Add or remove space after the ')' in 'invariant (C) c'." Enabled=false EditorType=multiple Choices=sp_after_invariant_paren\s*=\s*ignore|sp_after_invariant_paren\s*=\s*add|sp_after_invariant_paren\s*=\s*remove|sp_after_invariant_paren\s*=\s*force|sp_after_invariant_paren\s*=\s*not_defined ChoicesReadable="Ignore Sp After Invariant Paren|Add Sp After Invariant Paren|Remove Sp After Invariant Paren|Force Sp After Invariant Paren" ValueDefault=ignore [Sp Special Semi] Category=1 Description="Add or remove space before empty statement ';' on 'if', 'for' and 'while'." Enabled=false EditorType=multiple Choices=sp_special_semi\s*=\s*ignore|sp_special_semi\s*=\s*add|sp_special_semi\s*=\s*remove|sp_special_semi\s*=\s*force|sp_special_semi\s*=\s*not_defined ChoicesReadable="Ignore Sp Special Semi|Add Sp Special Semi|Remove Sp Special Semi|Force Sp Special Semi" ValueDefault=ignore [Sp Before Semi] Category=1 Description="Add or remove space before ';'.

Default: remove" Enabled=false EditorType=multiple Choices=sp_before_semi\s*=\s*ignore|sp_before_semi\s*=\s*add|sp_before_semi\s*=\s*remove|sp_before_semi\s*=\s*force|sp_before_semi\s*=\s*not_defined ChoicesReadable="Ignore Sp Before Semi|Add Sp Before Semi|Remove Sp Before Semi|Force Sp Before Semi" ValueDefault=remove [Sp Before Semi For] Category=1 Description="Add or remove space before ';' in non-empty 'for' statements." Enabled=false EditorType=multiple Choices=sp_before_semi_for\s*=\s*ignore|sp_before_semi_for\s*=\s*add|sp_before_semi_for\s*=\s*remove|sp_before_semi_for\s*=\s*force|sp_before_semi_for\s*=\s*not_defined ChoicesReadable="Ignore Sp Before Semi For|Add Sp Before Semi For|Remove Sp Before Semi For|Force Sp Before Semi For" ValueDefault=ignore [Sp Before Semi For Empty] Category=1 Description="Add or remove space before a semicolon of an empty left part of a for
statement, as in 'for ( <here> ; ; )'." Enabled=false EditorType=multiple Choices=sp_before_semi_for_empty\s*=\s*ignore|sp_before_semi_for_empty\s*=\s*add|sp_before_semi_for_empty\s*=\s*remove|sp_before_semi_for_empty\s*=\s*force|sp_before_semi_for_empty\s*=\s*not_defined ChoicesReadable="Ignore Sp Before Semi For Empty|Add Sp Before Semi For Empty|Remove Sp Before Semi For Empty|Force Sp Before Semi For Empty" ValueDefault=ignore [Sp Between Semi For Empty] Category=1 Description="Add or remove space between the semicolons of an empty middle part of a for
statement, as in 'for ( ; <here> ; )'." Enabled=false EditorType=multiple Choices=sp_between_semi_for_empty\s*=\s*ignore|sp_between_semi_for_empty\s*=\s*add|sp_between_semi_for_empty\s*=\s*remove|sp_between_semi_for_empty\s*=\s*force|sp_between_semi_for_empty\s*=\s*not_defined ChoicesReadable="Ignore Sp Between Semi For Empty|Add Sp Between Semi For Empty|Remove Sp Between Semi For Empty|Force Sp Between Semi For Empty" ValueDefault=ignore [Sp After Semi] Category=1 Description="Add or remove space after ';', except when followed by a comment.

Default: add" Enabled=false EditorType=multiple Choices=sp_after_semi\s*=\s*ignore|sp_after_semi\s*=\s*add|sp_after_semi\s*=\s*remove|sp_after_semi\s*=\s*force|sp_after_semi\s*=\s*not_defined ChoicesReadable="Ignore Sp After Semi|Add Sp After Semi|Remove Sp After Semi|Force Sp After Semi" ValueDefault=add [Sp After Semi For] Category=1 Description="Add or remove space after ';' in non-empty 'for' statements.

Default: force" Enabled=false EditorType=multiple Choices=sp_after_semi_for\s*=\s*ignore|sp_after_semi_for\s*=\s*add|sp_after_semi_for\s*=\s*remove|sp_after_semi_for\s*=\s*force|sp_after_semi_for\s*=\s*not_defined ChoicesReadable="Ignore Sp After Semi For|Add Sp After Semi For|Remove Sp After Semi For|Force Sp After Semi For" ValueDefault=force [Sp After Semi For Empty] Category=1 Description="Add or remove space after the final semicolon of an empty part of a for
statement, as in 'for ( ; ; <here> )'." Enabled=false EditorType=multiple Choices=sp_after_semi_for_empty\s*=\s*ignore|sp_after_semi_for_empty\s*=\s*add|sp_after_semi_for_empty\s*=\s*remove|sp_after_semi_for_empty\s*=\s*force|sp_after_semi_for_empty\s*=\s*not_defined ChoicesReadable="Ignore Sp After Semi For Empty|Add Sp After Semi For Empty|Remove Sp After Semi For Empty|Force Sp After Semi For Empty" ValueDefault=ignore [Sp Before Square] Category=1 Description="Add or remove space before '[' (except '[]')." Enabled=false EditorType=multiple Choices=sp_before_square\s*=\s*ignore|sp_before_square\s*=\s*add|sp_before_square\s*=\s*remove|sp_before_square\s*=\s*force|sp_before_square\s*=\s*not_defined ChoicesReadable="Ignore Sp Before Square|Add Sp Before Square|Remove Sp Before Square|Force Sp Before Square" ValueDefault=ignore [Sp Before Vardef Square] Category=1 Description="Add or remove space before '[' for a variable definition.

Default: remove" Enabled=false EditorType=multiple Choices=sp_before_vardef_square\s*=\s*ignore|sp_before_vardef_square\s*=\s*add|sp_before_vardef_square\s*=\s*remove|sp_before_vardef_square\s*=\s*force|sp_before_vardef_square\s*=\s*not_defined ChoicesReadable="Ignore Sp Before Vardef Square|Add Sp Before Vardef Square|Remove Sp Before Vardef Square|Force Sp Before Vardef Square" ValueDefault=remove [Sp Before Square Asm Block] Category=1 Description="Add or remove space before '[' for asm block." Enabled=false EditorType=multiple Choices=sp_before_square_asm_block\s*=\s*ignore|sp_before_square_asm_block\s*=\s*add|sp_before_square_asm_block\s*=\s*remove|sp_before_square_asm_block\s*=\s*force|sp_before_square_asm_block\s*=\s*not_defined ChoicesReadable="Ignore Sp Before Square Asm Block|Add Sp Before Square Asm Block|Remove Sp Before Square Asm Block|Force Sp Before Square Asm Block" ValueDefault=ignore [Sp Before Squares] Category=1 Description="Add or remove space before '[]'." Enabled=false EditorType=multiple Choices=sp_before_squares\s*=\s*ignore|sp_before_squares\s*=\s*add|sp_before_squares\s*=\s*remove|sp_before_squares\s*=\s*force|sp_before_squares\s*=\s*not_defined ChoicesReadable="Ignore Sp Before Squares|Add Sp Before Squares|Remove Sp Before Squares|Force Sp Before Squares" ValueDefault=ignore [Sp Cpp Before Struct Binding] Category=1 Description="Add or remove space before C++17 structured bindings." Enabled=false EditorType=multiple Choices=sp_cpp_before_struct_binding\s*=\s*ignore|sp_cpp_before_struct_binding\s*=\s*add|sp_cpp_before_struct_binding\s*=\s*remove|sp_cpp_before_struct_binding\s*=\s*force|sp_cpp_before_struct_binding\s*=\s*not_defined ChoicesReadable="Ignore Sp Cpp Before Struct Binding|Add Sp Cpp Before Struct Binding|Remove Sp Cpp Before Struct Binding|Force Sp Cpp Before Struct Binding" ValueDefault=ignore [Sp Inside Square] Category=1 Description="Add or remove space inside a non-empty '[' and ']'." Enabled=false EditorType=multiple Choices=sp_inside_square\s*=\s*ignore|sp_inside_square\s*=\s*add|sp_inside_square\s*=\s*remove|sp_inside_square\s*=\s*force|sp_inside_square\s*=\s*not_defined ChoicesReadable="Ignore Sp Inside Square|Add Sp Inside Square|Remove Sp Inside Square|Force Sp Inside Square" ValueDefault=ignore [Sp Inside Square Empty] Category=1 Description="Add or remove space inside '[]'.
if empty." Enabled=false EditorType=multiple Choices=sp_inside_square_empty\s*=\s*ignore|sp_inside_square_empty\s*=\s*add|sp_inside_square_empty\s*=\s*remove|sp_inside_square_empty\s*=\s*force|sp_inside_square_empty\s*=\s*not_defined ChoicesReadable="Ignore Sp Inside Square Empty|Add Sp Inside Square Empty|Remove Sp Inside Square Empty|Force Sp Inside Square Empty" ValueDefault=ignore [Sp Inside Square Oc Array] Category=1 Description="(OC) Add or remove space inside a non-empty Objective-C boxed array '@[' and
']'. If set to ignore, sp_inside_square is used." Enabled=false EditorType=multiple Choices=sp_inside_square_oc_array\s*=\s*ignore|sp_inside_square_oc_array\s*=\s*add|sp_inside_square_oc_array\s*=\s*remove|sp_inside_square_oc_array\s*=\s*force|sp_inside_square_oc_array\s*=\s*not_defined ChoicesReadable="Ignore Sp Inside Square Oc Array|Add Sp Inside Square Oc Array|Remove Sp Inside Square Oc Array|Force Sp Inside Square Oc Array" ValueDefault=ignore [Sp After Comma] Category=1 Description="Add or remove space after ',', i.e. 'a,b' vs. 'a, b'." Enabled=false EditorType=multiple Choices=sp_after_comma\s*=\s*ignore|sp_after_comma\s*=\s*add|sp_after_comma\s*=\s*remove|sp_after_comma\s*=\s*force|sp_after_comma\s*=\s*not_defined ChoicesReadable="Ignore Sp After Comma|Add Sp After Comma|Remove Sp After Comma|Force Sp After Comma" ValueDefault=ignore [Sp Before Comma] Category=1 Description="Add or remove space before ',', i.e. 'a,b' vs. 'a ,b'.

Default: remove" Enabled=false EditorType=multiple Choices=sp_before_comma\s*=\s*ignore|sp_before_comma\s*=\s*add|sp_before_comma\s*=\s*remove|sp_before_comma\s*=\s*force|sp_before_comma\s*=\s*not_defined ChoicesReadable="Ignore Sp Before Comma|Add Sp Before Comma|Remove Sp Before Comma|Force Sp Before Comma" ValueDefault=remove [Sp After Mdatype Commas] Category=1 Description="(C#, Vala) Add or remove space between ',' and ']' in multidimensional array type
like 'int[,,]'." Enabled=false EditorType=multiple Choices=sp_after_mdatype_commas\s*=\s*ignore|sp_after_mdatype_commas\s*=\s*add|sp_after_mdatype_commas\s*=\s*remove|sp_after_mdatype_commas\s*=\s*force|sp_after_mdatype_commas\s*=\s*not_defined ChoicesReadable="Ignore Sp After Mdatype Commas|Add Sp After Mdatype Commas|Remove Sp After Mdatype Commas|Force Sp After Mdatype Commas" ValueDefault=ignore [Sp Before Mdatype Commas] Category=1 Description="(C#, Vala) Add or remove space between '[' and ',' in multidimensional array type
like 'int[,,]'." Enabled=false EditorType=multiple Choices=sp_before_mdatype_commas\s*=\s*ignore|sp_before_mdatype_commas\s*=\s*add|sp_before_mdatype_commas\s*=\s*remove|sp_before_mdatype_commas\s*=\s*force|sp_before_mdatype_commas\s*=\s*not_defined ChoicesReadable="Ignore Sp Before Mdatype Commas|Add Sp Before Mdatype Commas|Remove Sp Before Mdatype Commas|Force Sp Before Mdatype Commas" ValueDefault=ignore [Sp Between Mdatype Commas] Category=1 Description="(C#, Vala) Add or remove space between ',' in multidimensional array type
like 'int[,,]'." Enabled=false EditorType=multiple Choices=sp_between_mdatype_commas\s*=\s*ignore|sp_between_mdatype_commas\s*=\s*add|sp_between_mdatype_commas\s*=\s*remove|sp_between_mdatype_commas\s*=\s*force|sp_between_mdatype_commas\s*=\s*not_defined ChoicesReadable="Ignore Sp Between Mdatype Commas|Add Sp Between Mdatype Commas|Remove Sp Between Mdatype Commas|Force Sp Between Mdatype Commas" ValueDefault=ignore [Sp Paren Comma] Category=1 Description="Add or remove space between an open parenthesis and comma,
i.e. '(,' vs. '( ,'.

Default: force" Enabled=false EditorType=multiple Choices=sp_paren_comma\s*=\s*ignore|sp_paren_comma\s*=\s*add|sp_paren_comma\s*=\s*remove|sp_paren_comma\s*=\s*force|sp_paren_comma\s*=\s*not_defined ChoicesReadable="Ignore Sp Paren Comma|Add Sp Paren Comma|Remove Sp Paren Comma|Force Sp Paren Comma" ValueDefault=force [Sp Type Colon] Category=1 Description="Add or remove space between a type and ':'." Enabled=false EditorType=multiple Choices=sp_type_colon\s*=\s*ignore|sp_type_colon\s*=\s*add|sp_type_colon\s*=\s*remove|sp_type_colon\s*=\s*force|sp_type_colon\s*=\s*not_defined ChoicesReadable="Ignore Sp Type Colon|Add Sp Type Colon|Remove Sp Type Colon|Force Sp Type Colon" ValueDefault=ignore [Sp After Ellipsis] Category=1 Description="Add or remove space after the variadic '...' when preceded by a
non-punctuator.
The value REMOVE will be overridden with FORCE" Enabled=false EditorType=multiple Choices=sp_after_ellipsis\s*=\s*ignore|sp_after_ellipsis\s*=\s*add|sp_after_ellipsis\s*=\s*remove|sp_after_ellipsis\s*=\s*force|sp_after_ellipsis\s*=\s*not_defined ChoicesReadable="Ignore Sp After Ellipsis|Add Sp After Ellipsis|Remove Sp After Ellipsis|Force Sp After Ellipsis" ValueDefault=ignore [Sp Before Ellipsis] Category=1 Description="Add or remove space before the variadic '...' when preceded by a
non-punctuator.
The value REMOVE will be overridden with FORCE" Enabled=false EditorType=multiple Choices=sp_before_ellipsis\s*=\s*ignore|sp_before_ellipsis\s*=\s*add|sp_before_ellipsis\s*=\s*remove|sp_before_ellipsis\s*=\s*force|sp_before_ellipsis\s*=\s*not_defined ChoicesReadable="Ignore Sp Before Ellipsis|Add Sp Before Ellipsis|Remove Sp Before Ellipsis|Force Sp Before Ellipsis" ValueDefault=ignore [Sp Type Ellipsis] Category=1 Description="Add or remove space between a type and '...'." Enabled=false EditorType=multiple Choices=sp_type_ellipsis\s*=\s*ignore|sp_type_ellipsis\s*=\s*add|sp_type_ellipsis\s*=\s*remove|sp_type_ellipsis\s*=\s*force|sp_type_ellipsis\s*=\s*not_defined ChoicesReadable="Ignore Sp Type Ellipsis|Add Sp Type Ellipsis|Remove Sp Type Ellipsis|Force Sp Type Ellipsis" ValueDefault=ignore [Sp Ptr Type Ellipsis] Category=1 Description="Add or remove space between a '*' and '...'." Enabled=false EditorType=multiple Choices=sp_ptr_type_ellipsis\s*=\s*ignore|sp_ptr_type_ellipsis\s*=\s*add|sp_ptr_type_ellipsis\s*=\s*remove|sp_ptr_type_ellipsis\s*=\s*force|sp_ptr_type_ellipsis\s*=\s*not_defined ChoicesReadable="Ignore Sp Ptr Type Ellipsis|Add Sp Ptr Type Ellipsis|Remove Sp Ptr Type Ellipsis|Force Sp Ptr Type Ellipsis" ValueDefault=ignore [Sp Paren Ellipsis] Category=1 Description="Add or remove space between ')' and '...'." Enabled=false EditorType=multiple Choices=sp_paren_ellipsis\s*=\s*ignore|sp_paren_ellipsis\s*=\s*add|sp_paren_ellipsis\s*=\s*remove|sp_paren_ellipsis\s*=\s*force|sp_paren_ellipsis\s*=\s*not_defined ChoicesReadable="Ignore Sp Paren Ellipsis|Add Sp Paren Ellipsis|Remove Sp Paren Ellipsis|Force Sp Paren Ellipsis" ValueDefault=ignore [Sp Byref Ellipsis] Category=1 Description="Add or remove space between '&&' and '...'." Enabled=false EditorType=multiple Choices=sp_byref_ellipsis\s*=\s*ignore|sp_byref_ellipsis\s*=\s*add|sp_byref_ellipsis\s*=\s*remove|sp_byref_ellipsis\s*=\s*force|sp_byref_ellipsis\s*=\s*not_defined ChoicesReadable="Ignore Sp Byref Ellipsis|Add Sp Byref Ellipsis|Remove Sp Byref Ellipsis|Force Sp Byref Ellipsis" ValueDefault=ignore [Sp Paren Qualifier] Category=1 Description="Add or remove space between ')' and a qualifier such as 'const'." Enabled=false EditorType=multiple Choices=sp_paren_qualifier\s*=\s*ignore|sp_paren_qualifier\s*=\s*add|sp_paren_qualifier\s*=\s*remove|sp_paren_qualifier\s*=\s*force|sp_paren_qualifier\s*=\s*not_defined ChoicesReadable="Ignore Sp Paren Qualifier|Add Sp Paren Qualifier|Remove Sp Paren Qualifier|Force Sp Paren Qualifier" ValueDefault=ignore [Sp Paren Noexcept] Category=1 Description="Add or remove space between ')' and 'noexcept'." Enabled=false EditorType=multiple Choices=sp_paren_noexcept\s*=\s*ignore|sp_paren_noexcept\s*=\s*add|sp_paren_noexcept\s*=\s*remove|sp_paren_noexcept\s*=\s*force|sp_paren_noexcept\s*=\s*not_defined ChoicesReadable="Ignore Sp Paren Noexcept|Add Sp Paren Noexcept|Remove Sp Paren Noexcept|Force Sp Paren Noexcept" ValueDefault=ignore [Sp After Class Colon] Category=1 Description="Add or remove space after class ':'." Enabled=false EditorType=multiple Choices=sp_after_class_colon\s*=\s*ignore|sp_after_class_colon\s*=\s*add|sp_after_class_colon\s*=\s*remove|sp_after_class_colon\s*=\s*force|sp_after_class_colon\s*=\s*not_defined ChoicesReadable="Ignore Sp After Class Colon|Add Sp After Class Colon|Remove Sp After Class Colon|Force Sp After Class Colon" ValueDefault=ignore [Sp Before Class Colon] Category=1 Description="Add or remove space before class ':'." Enabled=false EditorType=multiple Choices=sp_before_class_colon\s*=\s*ignore|sp_before_class_colon\s*=\s*add|sp_before_class_colon\s*=\s*remove|sp_before_class_colon\s*=\s*force|sp_before_class_colon\s*=\s*not_defined ChoicesReadable="Ignore Sp Before Class Colon|Add Sp Before Class Colon|Remove Sp Before Class Colon|Force Sp Before Class Colon" ValueDefault=ignore [Sp After Constr Colon] Category=1 Description="Add or remove space after class constructor ':'.

Default: add" Enabled=false EditorType=multiple Choices=sp_after_constr_colon\s*=\s*ignore|sp_after_constr_colon\s*=\s*add|sp_after_constr_colon\s*=\s*remove|sp_after_constr_colon\s*=\s*force|sp_after_constr_colon\s*=\s*not_defined ChoicesReadable="Ignore Sp After Constr Colon|Add Sp After Constr Colon|Remove Sp After Constr Colon|Force Sp After Constr Colon" ValueDefault=add [Sp Before Constr Colon] Category=1 Description="Add or remove space before class constructor ':'.

Default: add" Enabled=false EditorType=multiple Choices=sp_before_constr_colon\s*=\s*ignore|sp_before_constr_colon\s*=\s*add|sp_before_constr_colon\s*=\s*remove|sp_before_constr_colon\s*=\s*force|sp_before_constr_colon\s*=\s*not_defined ChoicesReadable="Ignore Sp Before Constr Colon|Add Sp Before Constr Colon|Remove Sp Before Constr Colon|Force Sp Before Constr Colon" ValueDefault=add [Sp Before Case Colon] Category=1 Description="Add or remove space before case ':'.

Default: remove" Enabled=false EditorType=multiple Choices=sp_before_case_colon\s*=\s*ignore|sp_before_case_colon\s*=\s*add|sp_before_case_colon\s*=\s*remove|sp_before_case_colon\s*=\s*force|sp_before_case_colon\s*=\s*not_defined ChoicesReadable="Ignore Sp Before Case Colon|Add Sp Before Case Colon|Remove Sp Before Case Colon|Force Sp Before Case Colon" ValueDefault=remove [Sp After Operator] Category=1 Description="Add or remove space between 'operator' and operator sign." Enabled=false EditorType=multiple Choices=sp_after_operator\s*=\s*ignore|sp_after_operator\s*=\s*add|sp_after_operator\s*=\s*remove|sp_after_operator\s*=\s*force|sp_after_operator\s*=\s*not_defined ChoicesReadable="Ignore Sp After Operator|Add Sp After Operator|Remove Sp After Operator|Force Sp After Operator" ValueDefault=ignore [Sp After Operator Sym] Category=1 Description="Add or remove space between the operator symbol and the open parenthesis, as
in 'operator ++('." Enabled=false EditorType=multiple Choices=sp_after_operator_sym\s*=\s*ignore|sp_after_operator_sym\s*=\s*add|sp_after_operator_sym\s*=\s*remove|sp_after_operator_sym\s*=\s*force|sp_after_operator_sym\s*=\s*not_defined ChoicesReadable="Ignore Sp After Operator Sym|Add Sp After Operator Sym|Remove Sp After Operator Sym|Force Sp After Operator Sym" ValueDefault=ignore [Sp After Operator Sym Empty] Category=1 Description="Overrides sp_after_operator_sym when the operator has no arguments, as in
'operator *()'." Enabled=false EditorType=multiple Choices=sp_after_operator_sym_empty\s*=\s*ignore|sp_after_operator_sym_empty\s*=\s*add|sp_after_operator_sym_empty\s*=\s*remove|sp_after_operator_sym_empty\s*=\s*force|sp_after_operator_sym_empty\s*=\s*not_defined ChoicesReadable="Ignore Sp After Operator Sym Empty|Add Sp After Operator Sym Empty|Remove Sp After Operator Sym Empty|Force Sp After Operator Sym Empty" ValueDefault=ignore [Sp After Cast] Category=1 Description="Add or remove space after C/D cast, i.e. 'cast(int)a' vs. 'cast(int) a' or
'(int)a' vs. '(int) a'." Enabled=false EditorType=multiple Choices=sp_after_cast\s*=\s*ignore|sp_after_cast\s*=\s*add|sp_after_cast\s*=\s*remove|sp_after_cast\s*=\s*force|sp_after_cast\s*=\s*not_defined ChoicesReadable="Ignore Sp After Cast|Add Sp After Cast|Remove Sp After Cast|Force Sp After Cast" ValueDefault=ignore [Sp Inside Paren Cast] Category=1 Description="Add or remove spaces inside cast parentheses." Enabled=false EditorType=multiple Choices=sp_inside_paren_cast\s*=\s*ignore|sp_inside_paren_cast\s*=\s*add|sp_inside_paren_cast\s*=\s*remove|sp_inside_paren_cast\s*=\s*force|sp_inside_paren_cast\s*=\s*not_defined ChoicesReadable="Ignore Sp Inside Paren Cast|Add Sp Inside Paren Cast|Remove Sp Inside Paren Cast|Force Sp Inside Paren Cast" ValueDefault=ignore [Sp Cpp Cast Paren] Category=1 Description="Add or remove space between the type and open parenthesis in a C++ cast,
i.e. 'int(exp)' vs. 'int (exp)'." Enabled=false EditorType=multiple Choices=sp_cpp_cast_paren\s*=\s*ignore|sp_cpp_cast_paren\s*=\s*add|sp_cpp_cast_paren\s*=\s*remove|sp_cpp_cast_paren\s*=\s*force|sp_cpp_cast_paren\s*=\s*not_defined ChoicesReadable="Ignore Sp Cpp Cast Paren|Add Sp Cpp Cast Paren|Remove Sp Cpp Cast Paren|Force Sp Cpp Cast Paren" ValueDefault=ignore [Sp Sizeof Paren] Category=1 Description="Add or remove space between 'sizeof' and '('." Enabled=false EditorType=multiple Choices=sp_sizeof_paren\s*=\s*ignore|sp_sizeof_paren\s*=\s*add|sp_sizeof_paren\s*=\s*remove|sp_sizeof_paren\s*=\s*force|sp_sizeof_paren\s*=\s*not_defined ChoicesReadable="Ignore Sp Sizeof Paren|Add Sp Sizeof Paren|Remove Sp Sizeof Paren|Force Sp Sizeof Paren" ValueDefault=ignore [Sp Sizeof Ellipsis] Category=1 Description="Add or remove space between 'sizeof' and '...'." Enabled=false EditorType=multiple Choices=sp_sizeof_ellipsis\s*=\s*ignore|sp_sizeof_ellipsis\s*=\s*add|sp_sizeof_ellipsis\s*=\s*remove|sp_sizeof_ellipsis\s*=\s*force|sp_sizeof_ellipsis\s*=\s*not_defined ChoicesReadable="Ignore Sp Sizeof Ellipsis|Add Sp Sizeof Ellipsis|Remove Sp Sizeof Ellipsis|Force Sp Sizeof Ellipsis" ValueDefault=ignore [Sp Sizeof Ellipsis Paren] Category=1 Description="Add or remove space between 'sizeof...' and '('." Enabled=false EditorType=multiple Choices=sp_sizeof_ellipsis_paren\s*=\s*ignore|sp_sizeof_ellipsis_paren\s*=\s*add|sp_sizeof_ellipsis_paren\s*=\s*remove|sp_sizeof_ellipsis_paren\s*=\s*force|sp_sizeof_ellipsis_paren\s*=\s*not_defined ChoicesReadable="Ignore Sp Sizeof Ellipsis Paren|Add Sp Sizeof Ellipsis Paren|Remove Sp Sizeof Ellipsis Paren|Force Sp Sizeof Ellipsis Paren" ValueDefault=ignore [Sp Ellipsis Parameter Pack] Category=1 Description="Add or remove space between '...' and a parameter pack." Enabled=false EditorType=multiple Choices=sp_ellipsis_parameter_pack\s*=\s*ignore|sp_ellipsis_parameter_pack\s*=\s*add|sp_ellipsis_parameter_pack\s*=\s*remove|sp_ellipsis_parameter_pack\s*=\s*force|sp_ellipsis_parameter_pack\s*=\s*not_defined ChoicesReadable="Ignore Sp Ellipsis Parameter Pack|Add Sp Ellipsis Parameter Pack|Remove Sp Ellipsis Parameter Pack|Force Sp Ellipsis Parameter Pack" ValueDefault=ignore [Sp Parameter Pack Ellipsis] Category=1 Description="Add or remove space between a parameter pack and '...'." Enabled=false EditorType=multiple Choices=sp_parameter_pack_ellipsis\s*=\s*ignore|sp_parameter_pack_ellipsis\s*=\s*add|sp_parameter_pack_ellipsis\s*=\s*remove|sp_parameter_pack_ellipsis\s*=\s*force|sp_parameter_pack_ellipsis\s*=\s*not_defined ChoicesReadable="Ignore Sp Parameter Pack Ellipsis|Add Sp Parameter Pack Ellipsis|Remove Sp Parameter Pack Ellipsis|Force Sp Parameter Pack Ellipsis" ValueDefault=ignore [Sp Decltype Paren] Category=1 Description="Add or remove space between 'decltype' and '('." Enabled=false EditorType=multiple Choices=sp_decltype_paren\s*=\s*ignore|sp_decltype_paren\s*=\s*add|sp_decltype_paren\s*=\s*remove|sp_decltype_paren\s*=\s*force|sp_decltype_paren\s*=\s*not_defined ChoicesReadable="Ignore Sp Decltype Paren|Add Sp Decltype Paren|Remove Sp Decltype Paren|Force Sp Decltype Paren" ValueDefault=ignore [Sp After Tag] Category=1 Description="(Pawn) Add or remove space after the tag keyword." Enabled=false EditorType=multiple Choices=sp_after_tag\s*=\s*ignore|sp_after_tag\s*=\s*add|sp_after_tag\s*=\s*remove|sp_after_tag\s*=\s*force|sp_after_tag\s*=\s*not_defined ChoicesReadable="Ignore Sp After Tag|Add Sp After Tag|Remove Sp After Tag|Force Sp After Tag" ValueDefault=ignore [Sp Inside Braces Enum] Category=1 Description="Add or remove space inside enum '{' and '}'." Enabled=false EditorType=multiple Choices=sp_inside_braces_enum\s*=\s*ignore|sp_inside_braces_enum\s*=\s*add|sp_inside_braces_enum\s*=\s*remove|sp_inside_braces_enum\s*=\s*force|sp_inside_braces_enum\s*=\s*not_defined ChoicesReadable="Ignore Sp Inside Braces Enum|Add Sp Inside Braces Enum|Remove Sp Inside Braces Enum|Force Sp Inside Braces Enum" ValueDefault=ignore [Sp Inside Braces Struct] Category=1 Description="Add or remove space inside struct/union '{' and '}'." Enabled=false EditorType=multiple Choices=sp_inside_braces_struct\s*=\s*ignore|sp_inside_braces_struct\s*=\s*add|sp_inside_braces_struct\s*=\s*remove|sp_inside_braces_struct\s*=\s*force|sp_inside_braces_struct\s*=\s*not_defined ChoicesReadable="Ignore Sp Inside Braces Struct|Add Sp Inside Braces Struct|Remove Sp Inside Braces Struct|Force Sp Inside Braces Struct" ValueDefault=ignore [Sp Inside Braces Oc Dict] Category=1 Description="(OC) Add or remove space inside Objective-C boxed dictionary '{' and '}'" Enabled=false EditorType=multiple Choices=sp_inside_braces_oc_dict\s*=\s*ignore|sp_inside_braces_oc_dict\s*=\s*add|sp_inside_braces_oc_dict\s*=\s*remove|sp_inside_braces_oc_dict\s*=\s*force|sp_inside_braces_oc_dict\s*=\s*not_defined ChoicesReadable="Ignore Sp Inside Braces Oc Dict|Add Sp Inside Braces Oc Dict|Remove Sp Inside Braces Oc Dict|Force Sp Inside Braces Oc Dict" ValueDefault=ignore [Sp After Type Brace Init Lst Open] Category=1 Description="Add or remove space after open brace in an unnamed temporary
direct-list-initialization
if statement is a brace_init_lst
works only if sp_brace_brace is set to ignore." Enabled=false EditorType=multiple Choices=sp_after_type_brace_init_lst_open\s*=\s*ignore|sp_after_type_brace_init_lst_open\s*=\s*add|sp_after_type_brace_init_lst_open\s*=\s*remove|sp_after_type_brace_init_lst_open\s*=\s*force|sp_after_type_brace_init_lst_open\s*=\s*not_defined ChoicesReadable="Ignore Sp After Type Brace Init Lst Open|Add Sp After Type Brace Init Lst Open|Remove Sp After Type Brace Init Lst Open|Force Sp After Type Brace Init Lst Open" ValueDefault=ignore [Sp Before Type Brace Init Lst Close] Category=1 Description="Add or remove space before close brace in an unnamed temporary
direct-list-initialization
if statement is a brace_init_lst
works only if sp_brace_brace is set to ignore." Enabled=false EditorType=multiple Choices=sp_before_type_brace_init_lst_close\s*=\s*ignore|sp_before_type_brace_init_lst_close\s*=\s*add|sp_before_type_brace_init_lst_close\s*=\s*remove|sp_before_type_brace_init_lst_close\s*=\s*force|sp_before_type_brace_init_lst_close\s*=\s*not_defined ChoicesReadable="Ignore Sp Before Type Brace Init Lst Close|Add Sp Before Type Brace Init Lst Close|Remove Sp Before Type Brace Init Lst Close|Force Sp Before Type Brace Init Lst Close" ValueDefault=ignore [Sp Inside Type Brace Init Lst] Category=1 Description="Add or remove space inside an unnamed temporary direct-list-initialization
if statement is a brace_init_lst
works only if sp_brace_brace is set to ignore
works only if sp_before_type_brace_init_lst_close is set to ignore." Enabled=false EditorType=multiple Choices=sp_inside_type_brace_init_lst\s*=\s*ignore|sp_inside_type_brace_init_lst\s*=\s*add|sp_inside_type_brace_init_lst\s*=\s*remove|sp_inside_type_brace_init_lst\s*=\s*force|sp_inside_type_brace_init_lst\s*=\s*not_defined ChoicesReadable="Ignore Sp Inside Type Brace Init Lst|Add Sp Inside Type Brace Init Lst|Remove Sp Inside Type Brace Init Lst|Force Sp Inside Type Brace Init Lst" ValueDefault=ignore [Sp Inside Braces] Category=1 Description="Add or remove space inside '{' and '}'." Enabled=false EditorType=multiple Choices=sp_inside_braces\s*=\s*ignore|sp_inside_braces\s*=\s*add|sp_inside_braces\s*=\s*remove|sp_inside_braces\s*=\s*force|sp_inside_braces\s*=\s*not_defined ChoicesReadable="Ignore Sp Inside Braces|Add Sp Inside Braces|Remove Sp Inside Braces|Force Sp Inside Braces" ValueDefault=ignore [Sp Inside Braces Empty] Category=1 Description="Add or remove space inside '{}'.
if empty." Enabled=false EditorType=multiple Choices=sp_inside_braces_empty\s*=\s*ignore|sp_inside_braces_empty\s*=\s*add|sp_inside_braces_empty\s*=\s*remove|sp_inside_braces_empty\s*=\s*force|sp_inside_braces_empty\s*=\s*not_defined ChoicesReadable="Ignore Sp Inside Braces Empty|Add Sp Inside Braces Empty|Remove Sp Inside Braces Empty|Force Sp Inside Braces Empty" ValueDefault=ignore [Sp Trailing Return] Category=1 Description="Add or remove space around trailing return operator '->'." Enabled=false EditorType=multiple Choices=sp_trailing_return\s*=\s*ignore|sp_trailing_return\s*=\s*add|sp_trailing_return\s*=\s*remove|sp_trailing_return\s*=\s*force|sp_trailing_return\s*=\s*not_defined ChoicesReadable="Ignore Sp Trailing Return|Add Sp Trailing Return|Remove Sp Trailing Return|Force Sp Trailing Return" ValueDefault=ignore [Sp Type Func] Category=1 Description="Add or remove space between return type and function name. A minimum of 1
is forced except for pointer return types." Enabled=false EditorType=multiple Choices=sp_type_func\s*=\s*ignore|sp_type_func\s*=\s*add|sp_type_func\s*=\s*remove|sp_type_func\s*=\s*force|sp_type_func\s*=\s*not_defined ChoicesReadable="Ignore Sp Type Func|Add Sp Type Func|Remove Sp Type Func|Force Sp Type Func" ValueDefault=ignore [Sp Type Brace Init Lst] Category=1 Description="Add or remove space between type and open brace of an unnamed temporary
direct-list-initialization." Enabled=false EditorType=multiple Choices=sp_type_brace_init_lst\s*=\s*ignore|sp_type_brace_init_lst\s*=\s*add|sp_type_brace_init_lst\s*=\s*remove|sp_type_brace_init_lst\s*=\s*force|sp_type_brace_init_lst\s*=\s*not_defined ChoicesReadable="Ignore Sp Type Brace Init Lst|Add Sp Type Brace Init Lst|Remove Sp Type Brace Init Lst|Force Sp Type Brace Init Lst" ValueDefault=ignore [Sp Func Proto Paren] Category=1 Description="Add or remove space between function name and '(' on function declaration." Enabled=false EditorType=multiple Choices=sp_func_proto_paren\s*=\s*ignore|sp_func_proto_paren\s*=\s*add|sp_func_proto_paren\s*=\s*remove|sp_func_proto_paren\s*=\s*force|sp_func_proto_paren\s*=\s*not_defined ChoicesReadable="Ignore Sp Func Proto Paren|Add Sp Func Proto Paren|Remove Sp Func Proto Paren|Force Sp Func Proto Paren" ValueDefault=ignore [Sp Func Proto Paren Empty] Category=1 Description="Add or remove space between function name and '()' on function declaration
if empty." Enabled=false EditorType=multiple Choices=sp_func_proto_paren_empty\s*=\s*ignore|sp_func_proto_paren_empty\s*=\s*add|sp_func_proto_paren_empty\s*=\s*remove|sp_func_proto_paren_empty\s*=\s*force|sp_func_proto_paren_empty\s*=\s*not_defined ChoicesReadable="Ignore Sp Func Proto Paren Empty|Add Sp Func Proto Paren Empty|Remove Sp Func Proto Paren Empty|Force Sp Func Proto Paren Empty" ValueDefault=ignore [Sp Func Type Paren] Category=1 Description="Add or remove space between function name and '(' with a typedef specifier." Enabled=false EditorType=multiple Choices=sp_func_type_paren\s*=\s*ignore|sp_func_type_paren\s*=\s*add|sp_func_type_paren\s*=\s*remove|sp_func_type_paren\s*=\s*force|sp_func_type_paren\s*=\s*not_defined ChoicesReadable="Ignore Sp Func Type Paren|Add Sp Func Type Paren|Remove Sp Func Type Paren|Force Sp Func Type Paren" ValueDefault=ignore [Sp Func Def Paren] Category=1 Description="Add or remove space between alias name and '(' of a non-pointer function type typedef." Enabled=false EditorType=multiple Choices=sp_func_def_paren\s*=\s*ignore|sp_func_def_paren\s*=\s*add|sp_func_def_paren\s*=\s*remove|sp_func_def_paren\s*=\s*force|sp_func_def_paren\s*=\s*not_defined ChoicesReadable="Ignore Sp Func Def Paren|Add Sp Func Def Paren|Remove Sp Func Def Paren|Force Sp Func Def Paren" ValueDefault=ignore [Sp Func Def Paren Empty] Category=1 Description="Add or remove space between function name and '()' on function definition
if empty." Enabled=false EditorType=multiple Choices=sp_func_def_paren_empty\s*=\s*ignore|sp_func_def_paren_empty\s*=\s*add|sp_func_def_paren_empty\s*=\s*remove|sp_func_def_paren_empty\s*=\s*force|sp_func_def_paren_empty\s*=\s*not_defined ChoicesReadable="Ignore Sp Func Def Paren Empty|Add Sp Func Def Paren Empty|Remove Sp Func Def Paren Empty|Force Sp Func Def Paren Empty" ValueDefault=ignore [Sp Inside Fparens] Category=1 Description="Add or remove space inside empty function '()'.
Overrides sp_after_angle unless use_sp_after_angle_always is set to true." Enabled=false EditorType=multiple Choices=sp_inside_fparens\s*=\s*ignore|sp_inside_fparens\s*=\s*add|sp_inside_fparens\s*=\s*remove|sp_inside_fparens\s*=\s*force|sp_inside_fparens\s*=\s*not_defined ChoicesReadable="Ignore Sp Inside Fparens|Add Sp Inside Fparens|Remove Sp Inside Fparens|Force Sp Inside Fparens" ValueDefault=ignore [Sp Inside Fparen] Category=1 Description="Add or remove space inside function '(' and ')'." Enabled=false EditorType=multiple Choices=sp_inside_fparen\s*=\s*ignore|sp_inside_fparen\s*=\s*add|sp_inside_fparen\s*=\s*remove|sp_inside_fparen\s*=\s*force|sp_inside_fparen\s*=\s*not_defined ChoicesReadable="Ignore Sp Inside Fparen|Add Sp Inside Fparen|Remove Sp Inside Fparen|Force Sp Inside Fparen" ValueDefault=ignore [Sp Func Call User Inside Rparen] Category=1 Description="Add or remove space inside user functor '(' and ')'." Enabled=false EditorType=multiple Choices=sp_func_call_user_inside_rparen\s*=\s*ignore|sp_func_call_user_inside_rparen\s*=\s*add|sp_func_call_user_inside_rparen\s*=\s*remove|sp_func_call_user_inside_rparen\s*=\s*force|sp_func_call_user_inside_rparen\s*=\s*not_defined ChoicesReadable="Ignore Sp Func Call User Inside Rparen|Add Sp Func Call User Inside Rparen|Remove Sp Func Call User Inside Rparen|Force Sp Func Call User Inside Rparen" ValueDefault=ignore [Sp Inside Rparens] Category=1 Description="Add or remove space inside empty functor '()'.
Overrides sp_after_angle unless use_sp_after_angle_always is set to true." Enabled=false EditorType=multiple Choices=sp_inside_rparens\s*=\s*ignore|sp_inside_rparens\s*=\s*add|sp_inside_rparens\s*=\s*remove|sp_inside_rparens\s*=\s*force|sp_inside_rparens\s*=\s*not_defined ChoicesReadable="Ignore Sp Inside Rparens|Add Sp Inside Rparens|Remove Sp Inside Rparens|Force Sp Inside Rparens" ValueDefault=ignore [Sp Inside Rparen] Category=1 Description="Add or remove space inside functor '(' and ')'." Enabled=false EditorType=multiple Choices=sp_inside_rparen\s*=\s*ignore|sp_inside_rparen\s*=\s*add|sp_inside_rparen\s*=\s*remove|sp_inside_rparen\s*=\s*force|sp_inside_rparen\s*=\s*not_defined ChoicesReadable="Ignore Sp Inside Rparen|Add Sp Inside Rparen|Remove Sp Inside Rparen|Force Sp Inside Rparen" ValueDefault=ignore [Sp Inside Tparen] Category=1 Description="Add or remove space inside the first parentheses in a function type, as in
'void (*x)(...)'." Enabled=false EditorType=multiple Choices=sp_inside_tparen\s*=\s*ignore|sp_inside_tparen\s*=\s*add|sp_inside_tparen\s*=\s*remove|sp_inside_tparen\s*=\s*force|sp_inside_tparen\s*=\s*not_defined ChoicesReadable="Ignore Sp Inside Tparen|Add Sp Inside Tparen|Remove Sp Inside Tparen|Force Sp Inside Tparen" ValueDefault=ignore [Sp After Tparen Close] Category=1 Description="Add or remove space between the ')' and '(' in a function type, as in
'void (*x)(...)'." Enabled=false EditorType=multiple Choices=sp_after_tparen_close\s*=\s*ignore|sp_after_tparen_close\s*=\s*add|sp_after_tparen_close\s*=\s*remove|sp_after_tparen_close\s*=\s*force|sp_after_tparen_close\s*=\s*not_defined ChoicesReadable="Ignore Sp After Tparen Close|Add Sp After Tparen Close|Remove Sp After Tparen Close|Force Sp After Tparen Close" ValueDefault=ignore [Sp Square Fparen] Category=1 Description="Add or remove space between ']' and '(' when part of a function call." Enabled=false EditorType=multiple Choices=sp_square_fparen\s*=\s*ignore|sp_square_fparen\s*=\s*add|sp_square_fparen\s*=\s*remove|sp_square_fparen\s*=\s*force|sp_square_fparen\s*=\s*not_defined ChoicesReadable="Ignore Sp Square Fparen|Add Sp Square Fparen|Remove Sp Square Fparen|Force Sp Square Fparen" ValueDefault=ignore [Sp Fparen Brace] Category=1 Description="Add or remove space between ')' and '{' of function." Enabled=false EditorType=multiple Choices=sp_fparen_brace\s*=\s*ignore|sp_fparen_brace\s*=\s*add|sp_fparen_brace\s*=\s*remove|sp_fparen_brace\s*=\s*force|sp_fparen_brace\s*=\s*not_defined ChoicesReadable="Ignore Sp Fparen Brace|Add Sp Fparen Brace|Remove Sp Fparen Brace|Force Sp Fparen Brace" ValueDefault=ignore [Sp Fparen Brace Initializer] Category=1 Description="Add or remove space between ')' and '{' of a function call in object
initialization.

Overrides sp_fparen_brace." Enabled=false EditorType=multiple Choices=sp_fparen_brace_initializer\s*=\s*ignore|sp_fparen_brace_initializer\s*=\s*add|sp_fparen_brace_initializer\s*=\s*remove|sp_fparen_brace_initializer\s*=\s*force|sp_fparen_brace_initializer\s*=\s*not_defined ChoicesReadable="Ignore Sp Fparen Brace Initializer|Add Sp Fparen Brace Initializer|Remove Sp Fparen Brace Initializer|Force Sp Fparen Brace Initializer" ValueDefault=ignore [Sp Fparen Dbrace] Category=1 Description="(Java) Add or remove space between ')' and '{{' of double brace initializer." Enabled=false EditorType=multiple Choices=sp_fparen_dbrace\s*=\s*ignore|sp_fparen_dbrace\s*=\s*add|sp_fparen_dbrace\s*=\s*remove|sp_fparen_dbrace\s*=\s*force|sp_fparen_dbrace\s*=\s*not_defined ChoicesReadable="Ignore Sp Fparen Dbrace|Add Sp Fparen Dbrace|Remove Sp Fparen Dbrace|Force Sp Fparen Dbrace" ValueDefault=ignore [Sp Func Call Paren] Category=1 Description="Add or remove space between function name and '(' on function calls." Enabled=false EditorType=multiple Choices=sp_func_call_paren\s*=\s*ignore|sp_func_call_paren\s*=\s*add|sp_func_call_paren\s*=\s*remove|sp_func_call_paren\s*=\s*force|sp_func_call_paren\s*=\s*not_defined ChoicesReadable="Ignore Sp Func Call Paren|Add Sp Func Call Paren|Remove Sp Func Call Paren|Force Sp Func Call Paren" ValueDefault=ignore [Sp Func Call Paren Empty] Category=1 Description="Add or remove space between function name and '()' on function calls without
parameters. If set to ignore (the default), sp_func_call_paren is used." Enabled=false EditorType=multiple Choices=sp_func_call_paren_empty\s*=\s*ignore|sp_func_call_paren_empty\s*=\s*add|sp_func_call_paren_empty\s*=\s*remove|sp_func_call_paren_empty\s*=\s*force|sp_func_call_paren_empty\s*=\s*not_defined ChoicesReadable="Ignore Sp Func Call Paren Empty|Add Sp Func Call Paren Empty|Remove Sp Func Call Paren Empty|Force Sp Func Call Paren Empty" ValueDefault=ignore [Sp Func Call User Paren] Category=1 Description="Add or remove space between the user function name and '(' on function
calls. You need to set a keyword to be a user function in the config file,
like:
set func_call_user tr _ i18n" Enabled=false EditorType=multiple Choices=sp_func_call_user_paren\s*=\s*ignore|sp_func_call_user_paren\s*=\s*add|sp_func_call_user_paren\s*=\s*remove|sp_func_call_user_paren\s*=\s*force|sp_func_call_user_paren\s*=\s*not_defined ChoicesReadable="Ignore Sp Func Call User Paren|Add Sp Func Call User Paren|Remove Sp Func Call User Paren|Force Sp Func Call User Paren" ValueDefault=ignore [Sp Func Call User Inside Fparen] Category=1 Description="Add or remove space inside user function '(' and ')'." Enabled=false EditorType=multiple Choices=sp_func_call_user_inside_fparen\s*=\s*ignore|sp_func_call_user_inside_fparen\s*=\s*add|sp_func_call_user_inside_fparen\s*=\s*remove|sp_func_call_user_inside_fparen\s*=\s*force|sp_func_call_user_inside_fparen\s*=\s*not_defined ChoicesReadable="Ignore Sp Func Call User Inside Fparen|Add Sp Func Call User Inside Fparen|Remove Sp Func Call User Inside Fparen|Force Sp Func Call User Inside Fparen" ValueDefault=ignore [Sp Func Call User Paren Paren] Category=1 Description="Add or remove space between nested parentheses with user functions,
i.e. '((' vs. '( ('." Enabled=false EditorType=multiple Choices=sp_func_call_user_paren_paren\s*=\s*ignore|sp_func_call_user_paren_paren\s*=\s*add|sp_func_call_user_paren_paren\s*=\s*remove|sp_func_call_user_paren_paren\s*=\s*force|sp_func_call_user_paren_paren\s*=\s*not_defined ChoicesReadable="Ignore Sp Func Call User Paren Paren|Add Sp Func Call User Paren Paren|Remove Sp Func Call User Paren Paren|Force Sp Func Call User Paren Paren" ValueDefault=ignore [Sp Func Class Paren] Category=1 Description="Add or remove space between a constructor/destructor and the open
parenthesis." Enabled=false EditorType=multiple Choices=sp_func_class_paren\s*=\s*ignore|sp_func_class_paren\s*=\s*add|sp_func_class_paren\s*=\s*remove|sp_func_class_paren\s*=\s*force|sp_func_class_paren\s*=\s*not_defined ChoicesReadable="Ignore Sp Func Class Paren|Add Sp Func Class Paren|Remove Sp Func Class Paren|Force Sp Func Class Paren" ValueDefault=ignore [Sp Func Class Paren Empty] Category=1 Description="Add or remove space between a constructor without parameters or destructor
and '()'." Enabled=false EditorType=multiple Choices=sp_func_class_paren_empty\s*=\s*ignore|sp_func_class_paren_empty\s*=\s*add|sp_func_class_paren_empty\s*=\s*remove|sp_func_class_paren_empty\s*=\s*force|sp_func_class_paren_empty\s*=\s*not_defined ChoicesReadable="Ignore Sp Func Class Paren Empty|Add Sp Func Class Paren Empty|Remove Sp Func Class Paren Empty|Force Sp Func Class Paren Empty" ValueDefault=ignore [Sp Return] Category=1 Description="Add or remove space after 'return'.

Default: force" Enabled=false EditorType=multiple Choices=sp_return\s*=\s*ignore|sp_return\s*=\s*add|sp_return\s*=\s*remove|sp_return\s*=\s*force|sp_return\s*=\s*not_defined ChoicesReadable="Ignore Sp Return|Add Sp Return|Remove Sp Return|Force Sp Return" ValueDefault=force [Sp Return Paren] Category=1 Description="Add or remove space between 'return' and '('." Enabled=false EditorType=multiple Choices=sp_return_paren\s*=\s*ignore|sp_return_paren\s*=\s*add|sp_return_paren\s*=\s*remove|sp_return_paren\s*=\s*force|sp_return_paren\s*=\s*not_defined ChoicesReadable="Ignore Sp Return Paren|Add Sp Return Paren|Remove Sp Return Paren|Force Sp Return Paren" ValueDefault=ignore [Sp Return Brace] Category=1 Description="Add or remove space between 'return' and '{'." Enabled=false EditorType=multiple Choices=sp_return_brace\s*=\s*ignore|sp_return_brace\s*=\s*add|sp_return_brace\s*=\s*remove|sp_return_brace\s*=\s*force|sp_return_brace\s*=\s*not_defined ChoicesReadable="Ignore Sp Return Brace|Add Sp Return Brace|Remove Sp Return Brace|Force Sp Return Brace" ValueDefault=ignore [Sp Attribute Paren] Category=1 Description="Add or remove space between '__attribute__' and '('." Enabled=false EditorType=multiple Choices=sp_attribute_paren\s*=\s*ignore|sp_attribute_paren\s*=\s*add|sp_attribute_paren\s*=\s*remove|sp_attribute_paren\s*=\s*force|sp_attribute_paren\s*=\s*not_defined ChoicesReadable="Ignore Sp Attribute Paren|Add Sp Attribute Paren|Remove Sp Attribute Paren|Force Sp Attribute Paren" ValueDefault=ignore [Sp Defined Paren] Category=1 Description="Add or remove space between 'defined' and '(' in '#if defined (FOO)'." Enabled=false EditorType=multiple Choices=sp_defined_paren\s*=\s*ignore|sp_defined_paren\s*=\s*add|sp_defined_paren\s*=\s*remove|sp_defined_paren\s*=\s*force|sp_defined_paren\s*=\s*not_defined ChoicesReadable="Ignore Sp Defined Paren|Add Sp Defined Paren|Remove Sp Defined Paren|Force Sp Defined Paren" ValueDefault=ignore [Sp Throw Paren] Category=1 Description="Add or remove space between 'throw' and '(' in 'throw (something)'." Enabled=false EditorType=multiple Choices=sp_throw_paren\s*=\s*ignore|sp_throw_paren\s*=\s*add|sp_throw_paren\s*=\s*remove|sp_throw_paren\s*=\s*force|sp_throw_paren\s*=\s*not_defined ChoicesReadable="Ignore Sp Throw Paren|Add Sp Throw Paren|Remove Sp Throw Paren|Force Sp Throw Paren" ValueDefault=ignore [Sp After Throw] Category=1 Description="Add or remove space between 'throw' and anything other than '(' as in
'@throw [...];'." Enabled=false EditorType=multiple Choices=sp_after_throw\s*=\s*ignore|sp_after_throw\s*=\s*add|sp_after_throw\s*=\s*remove|sp_after_throw\s*=\s*force|sp_after_throw\s*=\s*not_defined ChoicesReadable="Ignore Sp After Throw|Add Sp After Throw|Remove Sp After Throw|Force Sp After Throw" ValueDefault=ignore [Sp Catch Paren] Category=1 Description="Add or remove space between 'catch' and '(' in 'catch (something) { }'.
If set to ignore, sp_before_sparen is used." Enabled=false EditorType=multiple Choices=sp_catch_paren\s*=\s*ignore|sp_catch_paren\s*=\s*add|sp_catch_paren\s*=\s*remove|sp_catch_paren\s*=\s*force|sp_catch_paren\s*=\s*not_defined ChoicesReadable="Ignore Sp Catch Paren|Add Sp Catch Paren|Remove Sp Catch Paren|Force Sp Catch Paren" ValueDefault=ignore [Sp Oc Catch Paren] Category=1 Description="(OC) Add or remove space between '@catch' and '('
in '@catch (something) { }'. If set to ignore, sp_catch_paren is used." Enabled=false EditorType=multiple Choices=sp_oc_catch_paren\s*=\s*ignore|sp_oc_catch_paren\s*=\s*add|sp_oc_catch_paren\s*=\s*remove|sp_oc_catch_paren\s*=\s*force|sp_oc_catch_paren\s*=\s*not_defined ChoicesReadable="Ignore Sp Oc Catch Paren|Add Sp Oc Catch Paren|Remove Sp Oc Catch Paren|Force Sp Oc Catch Paren" ValueDefault=ignore [Sp Before Oc Proto List] Category=1 Description="(OC) Add or remove space before Objective-C protocol list
as in '@protocol Protocol<here><Protocol_A>' or '@interface MyClass : NSObject<here><MyProtocol>'." Enabled=false EditorType=multiple Choices=sp_before_oc_proto_list\s*=\s*ignore|sp_before_oc_proto_list\s*=\s*add|sp_before_oc_proto_list\s*=\s*remove|sp_before_oc_proto_list\s*=\s*force|sp_before_oc_proto_list\s*=\s*not_defined ChoicesReadable="Ignore Sp Before Oc Proto List|Add Sp Before Oc Proto List|Remove Sp Before Oc Proto List|Force Sp Before Oc Proto List" ValueDefault=ignore [Sp Oc Classname Paren] Category=1 Description="(OC) Add or remove space between class name and '('
in '@interface className(categoryName)<ProtocolName>:BaseClass'" Enabled=false EditorType=multiple Choices=sp_oc_classname_paren\s*=\s*ignore|sp_oc_classname_paren\s*=\s*add|sp_oc_classname_paren\s*=\s*remove|sp_oc_classname_paren\s*=\s*force|sp_oc_classname_paren\s*=\s*not_defined ChoicesReadable="Ignore Sp Oc Classname Paren|Add Sp Oc Classname Paren|Remove Sp Oc Classname Paren|Force Sp Oc Classname Paren" ValueDefault=ignore [Sp Version Paren] Category=1 Description="(D) Add or remove space between 'version' and '('
in 'version (something) { }'. If set to ignore, sp_before_sparen is used." Enabled=false EditorType=multiple Choices=sp_version_paren\s*=\s*ignore|sp_version_paren\s*=\s*add|sp_version_paren\s*=\s*remove|sp_version_paren\s*=\s*force|sp_version_paren\s*=\s*not_defined ChoicesReadable="Ignore Sp Version Paren|Add Sp Version Paren|Remove Sp Version Paren|Force Sp Version Paren" ValueDefault=ignore [Sp Scope Paren] Category=1 Description="(D) Add or remove space between 'scope' and '('
in 'scope (something) { }'. If set to ignore, sp_before_sparen is used." Enabled=false EditorType=multiple Choices=sp_scope_paren\s*=\s*ignore|sp_scope_paren\s*=\s*add|sp_scope_paren\s*=\s*remove|sp_scope_paren\s*=\s*force|sp_scope_paren\s*=\s*not_defined ChoicesReadable="Ignore Sp Scope Paren|Add Sp Scope Paren|Remove Sp Scope Paren|Force Sp Scope Paren" ValueDefault=ignore [Sp Super Paren] Category=1 Description="Add or remove space between 'super' and '(' in 'super (something)'.

Default: remove" Enabled=false EditorType=multiple Choices=sp_super_paren\s*=\s*ignore|sp_super_paren\s*=\s*add|sp_super_paren\s*=\s*remove|sp_super_paren\s*=\s*force|sp_super_paren\s*=\s*not_defined ChoicesReadable="Ignore Sp Super Paren|Add Sp Super Paren|Remove Sp Super Paren|Force Sp Super Paren" ValueDefault=remove [Sp This Paren] Category=1 Description="Add or remove space between 'this' and '(' in 'this (something)'.

Default: remove" Enabled=false EditorType=multiple Choices=sp_this_paren\s*=\s*ignore|sp_this_paren\s*=\s*add|sp_this_paren\s*=\s*remove|sp_this_paren\s*=\s*force|sp_this_paren\s*=\s*not_defined ChoicesReadable="Ignore Sp This Paren|Add Sp This Paren|Remove Sp This Paren|Force Sp This Paren" ValueDefault=remove [Sp Macro] Category=1 Description="Add or remove space between a macro name and its definition." Enabled=false EditorType=multiple Choices=sp_macro\s*=\s*ignore|sp_macro\s*=\s*add|sp_macro\s*=\s*remove|sp_macro\s*=\s*force|sp_macro\s*=\s*not_defined ChoicesReadable="Ignore Sp Macro|Add Sp Macro|Remove Sp Macro|Force Sp Macro" ValueDefault=ignore [Sp Macro Func] Category=1 Description="Add or remove space between a macro function ')' and its definition." Enabled=false EditorType=multiple Choices=sp_macro_func\s*=\s*ignore|sp_macro_func\s*=\s*add|sp_macro_func\s*=\s*remove|sp_macro_func\s*=\s*force|sp_macro_func\s*=\s*not_defined ChoicesReadable="Ignore Sp Macro Func|Add Sp Macro Func|Remove Sp Macro Func|Force Sp Macro Func" ValueDefault=ignore [Sp Else Brace] Category=1 Description="Add or remove space between 'else' and '{' if on the same line." Enabled=false EditorType=multiple Choices=sp_else_brace\s*=\s*ignore|sp_else_brace\s*=\s*add|sp_else_brace\s*=\s*remove|sp_else_brace\s*=\s*force|sp_else_brace\s*=\s*not_defined ChoicesReadable="Ignore Sp Else Brace|Add Sp Else Brace|Remove Sp Else Brace|Force Sp Else Brace" ValueDefault=ignore [Sp Brace Else] Category=1 Description="Add or remove space between '}' and 'else' if on the same line." Enabled=false EditorType=multiple Choices=sp_brace_else\s*=\s*ignore|sp_brace_else\s*=\s*add|sp_brace_else\s*=\s*remove|sp_brace_else\s*=\s*force|sp_brace_else\s*=\s*not_defined ChoicesReadable="Ignore Sp Brace Else|Add Sp Brace Else|Remove Sp Brace Else|Force Sp Brace Else" ValueDefault=ignore [Sp Brace Typedef] Category=1 Description="Add or remove space between '}' and the name of a typedef on the same line." Enabled=false EditorType=multiple Choices=sp_brace_typedef\s*=\s*ignore|sp_brace_typedef\s*=\s*add|sp_brace_typedef\s*=\s*remove|sp_brace_typedef\s*=\s*force|sp_brace_typedef\s*=\s*not_defined ChoicesReadable="Ignore Sp Brace Typedef|Add Sp Brace Typedef|Remove Sp Brace Typedef|Force Sp Brace Typedef" ValueDefault=ignore [Sp Catch Brace] Category=1 Description="Add or remove space before the '{' of a 'catch' statement, if the '{' and
'catch' are on the same line, as in 'catch (decl) <here> {'." Enabled=false EditorType=multiple Choices=sp_catch_brace\s*=\s*ignore|sp_catch_brace\s*=\s*add|sp_catch_brace\s*=\s*remove|sp_catch_brace\s*=\s*force|sp_catch_brace\s*=\s*not_defined ChoicesReadable="Ignore Sp Catch Brace|Add Sp Catch Brace|Remove Sp Catch Brace|Force Sp Catch Brace" ValueDefault=ignore [Sp Oc Catch Brace] Category=1 Description="(OC) Add or remove space before the '{' of a '@catch' statement, if the '{'
and '@catch' are on the same line, as in '@catch (decl) <here> {'.
If set to ignore, sp_catch_brace is used." Enabled=false EditorType=multiple Choices=sp_oc_catch_brace\s*=\s*ignore|sp_oc_catch_brace\s*=\s*add|sp_oc_catch_brace\s*=\s*remove|sp_oc_catch_brace\s*=\s*force|sp_oc_catch_brace\s*=\s*not_defined ChoicesReadable="Ignore Sp Oc Catch Brace|Add Sp Oc Catch Brace|Remove Sp Oc Catch Brace|Force Sp Oc Catch Brace" ValueDefault=ignore [Sp Brace Catch] Category=1 Description="Add or remove space between '}' and 'catch' if on the same line." Enabled=false EditorType=multiple Choices=sp_brace_catch\s*=\s*ignore|sp_brace_catch\s*=\s*add|sp_brace_catch\s*=\s*remove|sp_brace_catch\s*=\s*force|sp_brace_catch\s*=\s*not_defined ChoicesReadable="Ignore Sp Brace Catch|Add Sp Brace Catch|Remove Sp Brace Catch|Force Sp Brace Catch" ValueDefault=ignore [Sp Oc Brace Catch] Category=1 Description="(OC) Add or remove space between '}' and '@catch' if on the same line.
If set to ignore, sp_brace_catch is used." Enabled=false EditorType=multiple Choices=sp_oc_brace_catch\s*=\s*ignore|sp_oc_brace_catch\s*=\s*add|sp_oc_brace_catch\s*=\s*remove|sp_oc_brace_catch\s*=\s*force|sp_oc_brace_catch\s*=\s*not_defined ChoicesReadable="Ignore Sp Oc Brace Catch|Add Sp Oc Brace Catch|Remove Sp Oc Brace Catch|Force Sp Oc Brace Catch" ValueDefault=ignore [Sp Finally Brace] Category=1 Description="Add or remove space between 'finally' and '{' if on the same line." Enabled=false EditorType=multiple Choices=sp_finally_brace\s*=\s*ignore|sp_finally_brace\s*=\s*add|sp_finally_brace\s*=\s*remove|sp_finally_brace\s*=\s*force|sp_finally_brace\s*=\s*not_defined ChoicesReadable="Ignore Sp Finally Brace|Add Sp Finally Brace|Remove Sp Finally Brace|Force Sp Finally Brace" ValueDefault=ignore [Sp Brace Finally] Category=1 Description="Add or remove space between '}' and 'finally' if on the same line." Enabled=false EditorType=multiple Choices=sp_brace_finally\s*=\s*ignore|sp_brace_finally\s*=\s*add|sp_brace_finally\s*=\s*remove|sp_brace_finally\s*=\s*force|sp_brace_finally\s*=\s*not_defined ChoicesReadable="Ignore Sp Brace Finally|Add Sp Brace Finally|Remove Sp Brace Finally|Force Sp Brace Finally" ValueDefault=ignore [Sp Try Brace] Category=1 Description="Add or remove space between 'try' and '{' if on the same line." Enabled=false EditorType=multiple Choices=sp_try_brace\s*=\s*ignore|sp_try_brace\s*=\s*add|sp_try_brace\s*=\s*remove|sp_try_brace\s*=\s*force|sp_try_brace\s*=\s*not_defined ChoicesReadable="Ignore Sp Try Brace|Add Sp Try Brace|Remove Sp Try Brace|Force Sp Try Brace" ValueDefault=ignore [Sp Getset Brace] Category=1 Description="Add or remove space between get/set and '{' if on the same line." Enabled=false EditorType=multiple Choices=sp_getset_brace\s*=\s*ignore|sp_getset_brace\s*=\s*add|sp_getset_brace\s*=\s*remove|sp_getset_brace\s*=\s*force|sp_getset_brace\s*=\s*not_defined ChoicesReadable="Ignore Sp Getset Brace|Add Sp Getset Brace|Remove Sp Getset Brace|Force Sp Getset Brace" ValueDefault=ignore [Sp Word Brace Init Lst] Category=1 Description="Add or remove space between a variable and '{' for C++ uniform
initialization." Enabled=false EditorType=multiple Choices=sp_word_brace_init_lst\s*=\s*ignore|sp_word_brace_init_lst\s*=\s*add|sp_word_brace_init_lst\s*=\s*remove|sp_word_brace_init_lst\s*=\s*force|sp_word_brace_init_lst\s*=\s*not_defined ChoicesReadable="Ignore Sp Word Brace Init Lst|Add Sp Word Brace Init Lst|Remove Sp Word Brace Init Lst|Force Sp Word Brace Init Lst" ValueDefault=ignore [Sp Word Brace Ns] Category=1 Description="Add or remove space between a variable and '{' for a namespace.

Default: add" Enabled=false EditorType=multiple Choices=sp_word_brace_ns\s*=\s*ignore|sp_word_brace_ns\s*=\s*add|sp_word_brace_ns\s*=\s*remove|sp_word_brace_ns\s*=\s*force|sp_word_brace_ns\s*=\s*not_defined ChoicesReadable="Ignore Sp Word Brace Ns|Add Sp Word Brace Ns|Remove Sp Word Brace Ns|Force Sp Word Brace Ns" ValueDefault=add [Sp Before Dc] Category=1 Description="Add or remove space before the '::' operator." Enabled=false EditorType=multiple Choices=sp_before_dc\s*=\s*ignore|sp_before_dc\s*=\s*add|sp_before_dc\s*=\s*remove|sp_before_dc\s*=\s*force|sp_before_dc\s*=\s*not_defined ChoicesReadable="Ignore Sp Before Dc|Add Sp Before Dc|Remove Sp Before Dc|Force Sp Before Dc" ValueDefault=ignore [Sp After Dc] Category=1 Description="Add or remove space after the '::' operator." Enabled=false EditorType=multiple Choices=sp_after_dc\s*=\s*ignore|sp_after_dc\s*=\s*add|sp_after_dc\s*=\s*remove|sp_after_dc\s*=\s*force|sp_after_dc\s*=\s*not_defined ChoicesReadable="Ignore Sp After Dc|Add Sp After Dc|Remove Sp After Dc|Force Sp After Dc" ValueDefault=ignore [Sp D Array Colon] Category=1 Description="(D) Add or remove around the D named array initializer ':' operator." Enabled=false EditorType=multiple Choices=sp_d_array_colon\s*=\s*ignore|sp_d_array_colon\s*=\s*add|sp_d_array_colon\s*=\s*remove|sp_d_array_colon\s*=\s*force|sp_d_array_colon\s*=\s*not_defined ChoicesReadable="Ignore Sp D Array Colon|Add Sp D Array Colon|Remove Sp D Array Colon|Force Sp D Array Colon" ValueDefault=ignore [Sp Not] Category=1 Description="Add or remove space after the '!' (not) unary operator.

Default: remove" Enabled=false EditorType=multiple Choices=sp_not\s*=\s*ignore|sp_not\s*=\s*add|sp_not\s*=\s*remove|sp_not\s*=\s*force|sp_not\s*=\s*not_defined ChoicesReadable="Ignore Sp Not|Add Sp Not|Remove Sp Not|Force Sp Not" ValueDefault=remove [Sp Not Not] Category=1 Description="Add or remove space between two '!' (not) unary operators.
If set to ignore, sp_not will be used." Enabled=false EditorType=multiple Choices=sp_not_not\s*=\s*ignore|sp_not_not\s*=\s*add|sp_not_not\s*=\s*remove|sp_not_not\s*=\s*force|sp_not_not\s*=\s*not_defined ChoicesReadable="Ignore Sp Not Not|Add Sp Not Not|Remove Sp Not Not|Force Sp Not Not" ValueDefault=ignore [Sp Inv] Category=1 Description="Add or remove space after the '~' (invert) unary operator.

Default: remove" Enabled=false EditorType=multiple Choices=sp_inv\s*=\s*ignore|sp_inv\s*=\s*add|sp_inv\s*=\s*remove|sp_inv\s*=\s*force|sp_inv\s*=\s*not_defined ChoicesReadable="Ignore Sp Inv|Add Sp Inv|Remove Sp Inv|Force Sp Inv" ValueDefault=remove [Sp Addr] Category=1 Description="Add or remove space after the '&' (address-of) unary operator. This does not
affect the spacing after a '&' that is part of a type.

Default: remove" Enabled=false EditorType=multiple Choices=sp_addr\s*=\s*ignore|sp_addr\s*=\s*add|sp_addr\s*=\s*remove|sp_addr\s*=\s*force|sp_addr\s*=\s*not_defined ChoicesReadable="Ignore Sp Addr|Add Sp Addr|Remove Sp Addr|Force Sp Addr" ValueDefault=remove [Sp Member] Category=1 Description="Add or remove space around the '.' or '->' operators.

Default: remove" Enabled=false EditorType=multiple Choices=sp_member\s*=\s*ignore|sp_member\s*=\s*add|sp_member\s*=\s*remove|sp_member\s*=\s*force|sp_member\s*=\s*not_defined ChoicesReadable="Ignore Sp Member|Add Sp Member|Remove Sp Member|Force Sp Member" ValueDefault=remove [Sp Deref] Category=1 Description="Add or remove space after the '*' (dereference) unary operator. This does
not affect the spacing after a '*' that is part of a type.

Default: remove" Enabled=false EditorType=multiple Choices=sp_deref\s*=\s*ignore|sp_deref\s*=\s*add|sp_deref\s*=\s*remove|sp_deref\s*=\s*force|sp_deref\s*=\s*not_defined ChoicesReadable="Ignore Sp Deref|Add Sp Deref|Remove Sp Deref|Force Sp Deref" ValueDefault=remove [Sp Sign] Category=1 Description="Add or remove space after '+' or '-', as in 'x = -5' or 'y = +7'.

Default: remove" Enabled=false EditorType=multiple Choices=sp_sign\s*=\s*ignore|sp_sign\s*=\s*add|sp_sign\s*=\s*remove|sp_sign\s*=\s*force|sp_sign\s*=\s*not_defined ChoicesReadable="Ignore Sp Sign|Add Sp Sign|Remove Sp Sign|Force Sp Sign" ValueDefault=remove [Sp Incdec] Category=1 Description="Add or remove space between '++' and '--' the word to which it is being
applied, as in '(--x)' or 'y++;'.

Default: remove" Enabled=false EditorType=multiple Choices=sp_incdec\s*=\s*ignore|sp_incdec\s*=\s*add|sp_incdec\s*=\s*remove|sp_incdec\s*=\s*force|sp_incdec\s*=\s*not_defined ChoicesReadable="Ignore Sp Incdec|Add Sp Incdec|Remove Sp Incdec|Force Sp Incdec" ValueDefault=remove [Sp Before Nl Cont] Category=1 Description="Add or remove space before a backslash-newline at the end of a line.

Default: add" Enabled=false EditorType=multiple Choices=sp_before_nl_cont\s*=\s*ignore|sp_before_nl_cont\s*=\s*add|sp_before_nl_cont\s*=\s*remove|sp_before_nl_cont\s*=\s*force|sp_before_nl_cont\s*=\s*not_defined ChoicesReadable="Ignore Sp Before Nl Cont|Add Sp Before Nl Cont|Remove Sp Before Nl Cont|Force Sp Before Nl Cont" ValueDefault=add [Sp After Oc Scope] Category=1 Description="(OC) Add or remove space after the scope '+' or '-', as in '-(void) foo;'
or '+(int) bar;'." Enabled=false EditorType=multiple Choices=sp_after_oc_scope\s*=\s*ignore|sp_after_oc_scope\s*=\s*add|sp_after_oc_scope\s*=\s*remove|sp_after_oc_scope\s*=\s*force|sp_after_oc_scope\s*=\s*not_defined ChoicesReadable="Ignore Sp After Oc Scope|Add Sp After Oc Scope|Remove Sp After Oc Scope|Force Sp After Oc Scope" ValueDefault=ignore [Sp After Oc Colon] Category=1 Description="(OC) Add or remove space after the colon in message specs,
i.e. '-(int) f:(int) x;' vs. '-(int) f: (int) x;'." Enabled=false EditorType=multiple Choices=sp_after_oc_colon\s*=\s*ignore|sp_after_oc_colon\s*=\s*add|sp_after_oc_colon\s*=\s*remove|sp_after_oc_colon\s*=\s*force|sp_after_oc_colon\s*=\s*not_defined ChoicesReadable="Ignore Sp After Oc Colon|Add Sp After Oc Colon|Remove Sp After Oc Colon|Force Sp After Oc Colon" ValueDefault=ignore [Sp Before Oc Colon] Category=1 Description="(OC) Add or remove space before the colon in message specs,
i.e. '-(int) f: (int) x;' vs. '-(int) f : (int) x;'." Enabled=false EditorType=multiple Choices=sp_before_oc_colon\s*=\s*ignore|sp_before_oc_colon\s*=\s*add|sp_before_oc_colon\s*=\s*remove|sp_before_oc_colon\s*=\s*force|sp_before_oc_colon\s*=\s*not_defined ChoicesReadable="Ignore Sp Before Oc Colon|Add Sp Before Oc Colon|Remove Sp Before Oc Colon|Force Sp Before Oc Colon" ValueDefault=ignore [Sp After Oc Dict Colon] Category=1 Description="(OC) Add or remove space after the colon in immutable dictionary expression
'NSDictionary *test = @{@"foo" :@"bar"};'." Enabled=false EditorType=multiple Choices=sp_after_oc_dict_colon\s*=\s*ignore|sp_after_oc_dict_colon\s*=\s*add|sp_after_oc_dict_colon\s*=\s*remove|sp_after_oc_dict_colon\s*=\s*force|sp_after_oc_dict_colon\s*=\s*not_defined ChoicesReadable="Ignore Sp After Oc Dict Colon|Add Sp After Oc Dict Colon|Remove Sp After Oc Dict Colon|Force Sp After Oc Dict Colon" ValueDefault=ignore [Sp Before Oc Dict Colon] Category=1 Description="(OC) Add or remove space before the colon in immutable dictionary expression
'NSDictionary *test = @{@"foo" :@"bar"};'." Enabled=false EditorType=multiple Choices=sp_before_oc_dict_colon\s*=\s*ignore|sp_before_oc_dict_colon\s*=\s*add|sp_before_oc_dict_colon\s*=\s*remove|sp_before_oc_dict_colon\s*=\s*force|sp_before_oc_dict_colon\s*=\s*not_defined ChoicesReadable="Ignore Sp Before Oc Dict Colon|Add Sp Before Oc Dict Colon|Remove Sp Before Oc Dict Colon|Force Sp Before Oc Dict Colon" ValueDefault=ignore [Sp After Send Oc Colon] Category=1 Description="(OC) Add or remove space after the colon in message specs,
i.e. '[object setValue:1];' vs. '[object setValue: 1];'." Enabled=false EditorType=multiple Choices=sp_after_send_oc_colon\s*=\s*ignore|sp_after_send_oc_colon\s*=\s*add|sp_after_send_oc_colon\s*=\s*remove|sp_after_send_oc_colon\s*=\s*force|sp_after_send_oc_colon\s*=\s*not_defined ChoicesReadable="Ignore Sp After Send Oc Colon|Add Sp After Send Oc Colon|Remove Sp After Send Oc Colon|Force Sp After Send Oc Colon" ValueDefault=ignore [Sp Before Send Oc Colon] Category=1 Description="(OC) Add or remove space before the colon in message specs,
i.e. '[object setValue:1];' vs. '[object setValue :1];'." Enabled=false EditorType=multiple Choices=sp_before_send_oc_colon\s*=\s*ignore|sp_before_send_oc_colon\s*=\s*add|sp_before_send_oc_colon\s*=\s*remove|sp_before_send_oc_colon\s*=\s*force|sp_before_send_oc_colon\s*=\s*not_defined ChoicesReadable="Ignore Sp Before Send Oc Colon|Add Sp Before Send Oc Colon|Remove Sp Before Send Oc Colon|Force Sp Before Send Oc Colon" ValueDefault=ignore [Sp After Oc Type] Category=1 Description="(OC) Add or remove space after the (type) in message specs,
i.e. '-(int)f: (int) x;' vs. '-(int)f: (int)x;'." Enabled=false EditorType=multiple Choices=sp_after_oc_type\s*=\s*ignore|sp_after_oc_type\s*=\s*add|sp_after_oc_type\s*=\s*remove|sp_after_oc_type\s*=\s*force|sp_after_oc_type\s*=\s*not_defined ChoicesReadable="Ignore Sp After Oc Type|Add Sp After Oc Type|Remove Sp After Oc Type|Force Sp After Oc Type" ValueDefault=ignore [Sp After Oc Return Type] Category=1 Description="(OC) Add or remove space after the first (type) in message specs,
i.e. '-(int) f:(int)x;' vs. '-(int)f:(int)x;'." Enabled=false EditorType=multiple Choices=sp_after_oc_return_type\s*=\s*ignore|sp_after_oc_return_type\s*=\s*add|sp_after_oc_return_type\s*=\s*remove|sp_after_oc_return_type\s*=\s*force|sp_after_oc_return_type\s*=\s*not_defined ChoicesReadable="Ignore Sp After Oc Return Type|Add Sp After Oc Return Type|Remove Sp After Oc Return Type|Force Sp After Oc Return Type" ValueDefault=ignore [Sp After Oc At Sel] Category=1 Description="(OC) Add or remove space between '@selector' and '(',
i.e. '@selector(msgName)' vs. '@selector (msgName)'.
Also applies to '@protocol()' constructs." Enabled=false EditorType=multiple Choices=sp_after_oc_at_sel\s*=\s*ignore|sp_after_oc_at_sel\s*=\s*add|sp_after_oc_at_sel\s*=\s*remove|sp_after_oc_at_sel\s*=\s*force|sp_after_oc_at_sel\s*=\s*not_defined ChoicesReadable="Ignore Sp After Oc At Sel|Add Sp After Oc At Sel|Remove Sp After Oc At Sel|Force Sp After Oc At Sel" ValueDefault=ignore [Sp After Oc At Sel Parens] Category=1 Description="(OC) Add or remove space between '@selector(x)' and the following word,
i.e. '@selector(foo) a:' vs. '@selector(foo)a:'." Enabled=false EditorType=multiple Choices=sp_after_oc_at_sel_parens\s*=\s*ignore|sp_after_oc_at_sel_parens\s*=\s*add|sp_after_oc_at_sel_parens\s*=\s*remove|sp_after_oc_at_sel_parens\s*=\s*force|sp_after_oc_at_sel_parens\s*=\s*not_defined ChoicesReadable="Ignore Sp After Oc At Sel Parens|Add Sp After Oc At Sel Parens|Remove Sp After Oc At Sel Parens|Force Sp After Oc At Sel Parens" ValueDefault=ignore [Sp Inside Oc At Sel Parens] Category=1 Description="(OC) Add or remove space inside '@selector' parentheses,
i.e. '@selector(foo)' vs. '@selector( foo )'.
Also applies to '@protocol()' constructs." Enabled=false EditorType=multiple Choices=sp_inside_oc_at_sel_parens\s*=\s*ignore|sp_inside_oc_at_sel_parens\s*=\s*add|sp_inside_oc_at_sel_parens\s*=\s*remove|sp_inside_oc_at_sel_parens\s*=\s*force|sp_inside_oc_at_sel_parens\s*=\s*not_defined ChoicesReadable="Ignore Sp Inside Oc At Sel Parens|Add Sp Inside Oc At Sel Parens|Remove Sp Inside Oc At Sel Parens|Force Sp Inside Oc At Sel Parens" ValueDefault=ignore [Sp Before Oc Block Caret] Category=1 Description="(OC) Add or remove space before a block pointer caret,
i.e. '^int (int arg){...}' vs. ' ^int (int arg){...}'." Enabled=false EditorType=multiple Choices=sp_before_oc_block_caret\s*=\s*ignore|sp_before_oc_block_caret\s*=\s*add|sp_before_oc_block_caret\s*=\s*remove|sp_before_oc_block_caret\s*=\s*force|sp_before_oc_block_caret\s*=\s*not_defined ChoicesReadable="Ignore Sp Before Oc Block Caret|Add Sp Before Oc Block Caret|Remove Sp Before Oc Block Caret|Force Sp Before Oc Block Caret" ValueDefault=ignore [Sp After Oc Block Caret] Category=1 Description="(OC) Add or remove space after a block pointer caret,
i.e. '^int (int arg){...}' vs. '^ int (int arg){...}'." Enabled=false EditorType=multiple Choices=sp_after_oc_block_caret\s*=\s*ignore|sp_after_oc_block_caret\s*=\s*add|sp_after_oc_block_caret\s*=\s*remove|sp_after_oc_block_caret\s*=\s*force|sp_after_oc_block_caret\s*=\s*not_defined ChoicesReadable="Ignore Sp After Oc Block Caret|Add Sp After Oc Block Caret|Remove Sp After Oc Block Caret|Force Sp After Oc Block Caret" ValueDefault=ignore [Sp After Oc Msg Receiver] Category=1 Description="(OC) Add or remove space between the receiver and selector in a message,
as in '[receiver selector ...]'." Enabled=false EditorType=multiple Choices=sp_after_oc_msg_receiver\s*=\s*ignore|sp_after_oc_msg_receiver\s*=\s*add|sp_after_oc_msg_receiver\s*=\s*remove|sp_after_oc_msg_receiver\s*=\s*force|sp_after_oc_msg_receiver\s*=\s*not_defined ChoicesReadable="Ignore Sp After Oc Msg Receiver|Add Sp After Oc Msg Receiver|Remove Sp After Oc Msg Receiver|Force Sp After Oc Msg Receiver" ValueDefault=ignore [Sp After Oc Property] Category=1 Description="(OC) Add or remove space after '@property'." Enabled=false EditorType=multiple Choices=sp_after_oc_property\s*=\s*ignore|sp_after_oc_property\s*=\s*add|sp_after_oc_property\s*=\s*remove|sp_after_oc_property\s*=\s*force|sp_after_oc_property\s*=\s*not_defined ChoicesReadable="Ignore Sp After Oc Property|Add Sp After Oc Property|Remove Sp After Oc Property|Force Sp After Oc Property" ValueDefault=ignore [Sp After Oc Synchronized] Category=1 Description="(OC) Add or remove space between '@synchronized' and the open parenthesis,
i.e. '@synchronized(foo)' vs. '@synchronized (foo)'." Enabled=false EditorType=multiple Choices=sp_after_oc_synchronized\s*=\s*ignore|sp_after_oc_synchronized\s*=\s*add|sp_after_oc_synchronized\s*=\s*remove|sp_after_oc_synchronized\s*=\s*force|sp_after_oc_synchronized\s*=\s*not_defined ChoicesReadable="Ignore Sp After Oc Synchronized|Add Sp After Oc Synchronized|Remove Sp After Oc Synchronized|Force Sp After Oc Synchronized" ValueDefault=ignore [Sp Cond Colon] Category=1 Description="Add or remove space around the ':' in 'b ? t : f'." Enabled=false EditorType=multiple Choices=sp_cond_colon\s*=\s*ignore|sp_cond_colon\s*=\s*add|sp_cond_colon\s*=\s*remove|sp_cond_colon\s*=\s*force|sp_cond_colon\s*=\s*not_defined ChoicesReadable="Ignore Sp Cond Colon|Add Sp Cond Colon|Remove Sp Cond Colon|Force Sp Cond Colon" ValueDefault=ignore [Sp Cond Colon Before] Category=1 Description="Add or remove space before the ':' in 'b ? t : f'.

Overrides sp_cond_colon." Enabled=false EditorType=multiple Choices=sp_cond_colon_before\s*=\s*ignore|sp_cond_colon_before\s*=\s*add|sp_cond_colon_before\s*=\s*remove|sp_cond_colon_before\s*=\s*force|sp_cond_colon_before\s*=\s*not_defined ChoicesReadable="Ignore Sp Cond Colon Before|Add Sp Cond Colon Before|Remove Sp Cond Colon Before|Force Sp Cond Colon Before" ValueDefault=ignore [Sp Cond Colon After] Category=1 Description="Add or remove space after the ':' in 'b ? t : f'.

Overrides sp_cond_colon." Enabled=false EditorType=multiple Choices=sp_cond_colon_after\s*=\s*ignore|sp_cond_colon_after\s*=\s*add|sp_cond_colon_after\s*=\s*remove|sp_cond_colon_after\s*=\s*force|sp_cond_colon_after\s*=\s*not_defined ChoicesReadable="Ignore Sp Cond Colon After|Add Sp Cond Colon After|Remove Sp Cond Colon After|Force Sp Cond Colon After" ValueDefault=ignore [Sp Cond Question] Category=1 Description="Add or remove space around the '?' in 'b ? t : f'." Enabled=false EditorType=multiple Choices=sp_cond_question\s*=\s*ignore|sp_cond_question\s*=\s*add|sp_cond_question\s*=\s*remove|sp_cond_question\s*=\s*force|sp_cond_question\s*=\s*not_defined ChoicesReadable="Ignore Sp Cond Question|Add Sp Cond Question|Remove Sp Cond Question|Force Sp Cond Question" ValueDefault=ignore [Sp Cond Question Before] Category=1 Description="Add or remove space before the '?' in 'b ? t : f'.

Overrides sp_cond_question." Enabled=false EditorType=multiple Choices=sp_cond_question_before\s*=\s*ignore|sp_cond_question_before\s*=\s*add|sp_cond_question_before\s*=\s*remove|sp_cond_question_before\s*=\s*force|sp_cond_question_before\s*=\s*not_defined ChoicesReadable="Ignore Sp Cond Question Before|Add Sp Cond Question Before|Remove Sp Cond Question Before|Force Sp Cond Question Before" ValueDefault=ignore [Sp Cond Question After] Category=1 Description="Add or remove space after the '?' in 'b ? t : f'.

Overrides sp_cond_question." Enabled=false EditorType=multiple Choices=sp_cond_question_after\s*=\s*ignore|sp_cond_question_after\s*=\s*add|sp_cond_question_after\s*=\s*remove|sp_cond_question_after\s*=\s*force|sp_cond_question_after\s*=\s*not_defined ChoicesReadable="Ignore Sp Cond Question After|Add Sp Cond Question After|Remove Sp Cond Question After|Force Sp Cond Question After" ValueDefault=ignore [Sp Cond Ternary Short] Category=1 Description="In the abbreviated ternary form '(a ?: b)', add or remove space between '?'
and ':'.

Overrides all other sp_cond_* options." Enabled=false EditorType=multiple Choices=sp_cond_ternary_short\s*=\s*ignore|sp_cond_ternary_short\s*=\s*add|sp_cond_ternary_short\s*=\s*remove|sp_cond_ternary_short\s*=\s*force|sp_cond_ternary_short\s*=\s*not_defined ChoicesReadable="Ignore Sp Cond Ternary Short|Add Sp Cond Ternary Short|Remove Sp Cond Ternary Short|Force Sp Cond Ternary Short" ValueDefault=ignore [Sp Case Label] Category=1 Description="Fix the spacing between 'case' and the label. Only 'ignore' and 'force' make
sense here." Enabled=false EditorType=multiple Choices=sp_case_label\s*=\s*ignore|sp_case_label\s*=\s*add|sp_case_label\s*=\s*remove|sp_case_label\s*=\s*force|sp_case_label\s*=\s*not_defined ChoicesReadable="Ignore Sp Case Label|Add Sp Case Label|Remove Sp Case Label|Force Sp Case Label" ValueDefault=ignore [Sp Range] Category=1 Description="(D) Add or remove space around the D '..' operator." Enabled=false EditorType=multiple Choices=sp_range\s*=\s*ignore|sp_range\s*=\s*add|sp_range\s*=\s*remove|sp_range\s*=\s*force|sp_range\s*=\s*not_defined ChoicesReadable="Ignore Sp Range|Add Sp Range|Remove Sp Range|Force Sp Range" ValueDefault=ignore [Sp After For Colon] Category=1 Description="Add or remove space after ':' in a Java/C++11 range-based 'for',
as in 'for (Type var : <here> expr)'." Enabled=false EditorType=multiple Choices=sp_after_for_colon\s*=\s*ignore|sp_after_for_colon\s*=\s*add|sp_after_for_colon\s*=\s*remove|sp_after_for_colon\s*=\s*force|sp_after_for_colon\s*=\s*not_defined ChoicesReadable="Ignore Sp After For Colon|Add Sp After For Colon|Remove Sp After For Colon|Force Sp After For Colon" ValueDefault=ignore [Sp Before For Colon] Category=1 Description="Add or remove space before ':' in a Java/C++11 range-based 'for',
as in 'for (Type var <here> : expr)'." Enabled=false EditorType=multiple Choices=sp_before_for_colon\s*=\s*ignore|sp_before_for_colon\s*=\s*add|sp_before_for_colon\s*=\s*remove|sp_before_for_colon\s*=\s*force|sp_before_for_colon\s*=\s*not_defined ChoicesReadable="Ignore Sp Before For Colon|Add Sp Before For Colon|Remove Sp Before For Colon|Force Sp Before For Colon" ValueDefault=ignore [Sp Extern Paren] Category=1 Description="(D) Add or remove space between 'extern' and '(' as in 'extern <here> (C)'." Enabled=false EditorType=multiple Choices=sp_extern_paren\s*=\s*ignore|sp_extern_paren\s*=\s*add|sp_extern_paren\s*=\s*remove|sp_extern_paren\s*=\s*force|sp_extern_paren\s*=\s*not_defined ChoicesReadable="Ignore Sp Extern Paren|Add Sp Extern Paren|Remove Sp Extern Paren|Force Sp Extern Paren" ValueDefault=ignore [Sp Cmt Cpp Start] Category=1 Description="Add or remove space after the opening of a C++ comment, as in '// <here> A'." Enabled=false EditorType=multiple Choices=sp_cmt_cpp_start\s*=\s*ignore|sp_cmt_cpp_start\s*=\s*add|sp_cmt_cpp_start\s*=\s*remove|sp_cmt_cpp_start\s*=\s*force|sp_cmt_cpp_start\s*=\s*not_defined ChoicesReadable="Ignore Sp Cmt Cpp Start|Add Sp Cmt Cpp Start|Remove Sp Cmt Cpp Start|Force Sp Cmt Cpp Start" ValueDefault=ignore [Sp Cmt Cpp Pvs] Category=1 Description="remove space after the '//' and the pvs command '-V1234',
only works with sp_cmt_cpp_start set to add or force." Enabled=false EditorType=boolean TrueFalse=sp_cmt_cpp_pvs\s*=\s*true|sp_cmt_cpp_pvs\s*=\s*false ValueDefault=false [Sp Cmt Cpp Lint] Category=1 Description="remove space after the '//' and the command 'lint',
only works with sp_cmt_cpp_start set to add or force." Enabled=false EditorType=boolean TrueFalse=sp_cmt_cpp_lint\s*=\s*true|sp_cmt_cpp_lint\s*=\s*false ValueDefault=false [Sp Cmt Cpp Region] Category=1 Description="Add or remove space in a C++ region marker comment, as in '// <here> BEGIN'.
A region marker is defined as a comment which is not preceded by other text
(i.e. the comment is the first non-whitespace on the line), and which starts
with either 'BEGIN' or 'END'.

Overrides sp_cmt_cpp_start." Enabled=false EditorType=multiple Choices=sp_cmt_cpp_region\s*=\s*ignore|sp_cmt_cpp_region\s*=\s*add|sp_cmt_cpp_region\s*=\s*remove|sp_cmt_cpp_region\s*=\s*force|sp_cmt_cpp_region\s*=\s*not_defined ChoicesReadable="Ignore Sp Cmt Cpp Region|Add Sp Cmt Cpp Region|Remove Sp Cmt Cpp Region|Force Sp Cmt Cpp Region" ValueDefault=ignore [Sp Cmt Cpp Doxygen] Category=1 Description="If true, space added with sp_cmt_cpp_start will be added after Doxygen
sequences like '///', '///<', '//!' and '//!<'." Enabled=false EditorType=boolean TrueFalse=sp_cmt_cpp_doxygen\s*=\s*true|sp_cmt_cpp_doxygen\s*=\s*false ValueDefault=false [Sp Cmt Cpp Qttr] Category=1 Description="If true, space added with sp_cmt_cpp_start will be added after Qt translator
or meta-data comments like '//:', '//=', and '//~'." Enabled=false EditorType=boolean TrueFalse=sp_cmt_cpp_qttr\s*=\s*true|sp_cmt_cpp_qttr\s*=\s*false ValueDefault=false [Sp Endif Cmt] Category=1 Description="Add or remove space between #else or #endif and a trailing comment." Enabled=false EditorType=multiple Choices=sp_endif_cmt\s*=\s*ignore|sp_endif_cmt\s*=\s*add|sp_endif_cmt\s*=\s*remove|sp_endif_cmt\s*=\s*force|sp_endif_cmt\s*=\s*not_defined ChoicesReadable="Ignore Sp Endif Cmt|Add Sp Endif Cmt|Remove Sp Endif Cmt|Force Sp Endif Cmt" ValueDefault=ignore [Sp After New] Category=1 Description="Add or remove space after 'new', 'delete' and 'delete[]'." Enabled=false EditorType=multiple Choices=sp_after_new\s*=\s*ignore|sp_after_new\s*=\s*add|sp_after_new\s*=\s*remove|sp_after_new\s*=\s*force|sp_after_new\s*=\s*not_defined ChoicesReadable="Ignore Sp After New|Add Sp After New|Remove Sp After New|Force Sp After New" ValueDefault=ignore [Sp Between New Paren] Category=1 Description="Add or remove space between 'new' and '(' in 'new()'." Enabled=false EditorType=multiple Choices=sp_between_new_paren\s*=\s*ignore|sp_between_new_paren\s*=\s*add|sp_between_new_paren\s*=\s*remove|sp_between_new_paren\s*=\s*force|sp_between_new_paren\s*=\s*not_defined ChoicesReadable="Ignore Sp Between New Paren|Add Sp Between New Paren|Remove Sp Between New Paren|Force Sp Between New Paren" ValueDefault=ignore [Sp After Newop Paren] Category=1 Description="Add or remove space between ')' and type in 'new(foo) BAR'." Enabled=false EditorType=multiple Choices=sp_after_newop_paren\s*=\s*ignore|sp_after_newop_paren\s*=\s*add|sp_after_newop_paren\s*=\s*remove|sp_after_newop_paren\s*=\s*force|sp_after_newop_paren\s*=\s*not_defined ChoicesReadable="Ignore Sp After Newop Paren|Add Sp After Newop Paren|Remove Sp After Newop Paren|Force Sp After Newop Paren" ValueDefault=ignore [Sp Inside Newop Paren] Category=1 Description="Add or remove space inside parentheses of the new operator
as in 'new(foo) BAR'." Enabled=false EditorType=multiple Choices=sp_inside_newop_paren\s*=\s*ignore|sp_inside_newop_paren\s*=\s*add|sp_inside_newop_paren\s*=\s*remove|sp_inside_newop_paren\s*=\s*force|sp_inside_newop_paren\s*=\s*not_defined ChoicesReadable="Ignore Sp Inside Newop Paren|Add Sp Inside Newop Paren|Remove Sp Inside Newop Paren|Force Sp Inside Newop Paren" ValueDefault=ignore [Sp Inside Newop Paren Open] Category=1 Description="Add or remove space after the open parenthesis of the new operator,
as in 'new(foo) BAR'.

Overrides sp_inside_newop_paren." Enabled=false EditorType=multiple Choices=sp_inside_newop_paren_open\s*=\s*ignore|sp_inside_newop_paren_open\s*=\s*add|sp_inside_newop_paren_open\s*=\s*remove|sp_inside_newop_paren_open\s*=\s*force|sp_inside_newop_paren_open\s*=\s*not_defined ChoicesReadable="Ignore Sp Inside Newop Paren Open|Add Sp Inside Newop Paren Open|Remove Sp Inside Newop Paren Open|Force Sp Inside Newop Paren Open" ValueDefault=ignore [Sp Inside Newop Paren Close] Category=1 Description="Add or remove space before the close parenthesis of the new operator,
as in 'new(foo) BAR'.

Overrides sp_inside_newop_paren." Enabled=false EditorType=multiple Choices=sp_inside_newop_paren_close\s*=\s*ignore|sp_inside_newop_paren_close\s*=\s*add|sp_inside_newop_paren_close\s*=\s*remove|sp_inside_newop_paren_close\s*=\s*force|sp_inside_newop_paren_close\s*=\s*not_defined ChoicesReadable="Ignore Sp Inside Newop Paren Close|Add Sp Inside Newop Paren Close|Remove Sp Inside Newop Paren Close|Force Sp Inside Newop Paren Close" ValueDefault=ignore [Sp Before Tr Cmt] Category=1 Description="Add or remove space before a trailing comment." Enabled=false EditorType=multiple Choices=sp_before_tr_cmt\s*=\s*ignore|sp_before_tr_cmt\s*=\s*add|sp_before_tr_cmt\s*=\s*remove|sp_before_tr_cmt\s*=\s*force|sp_before_tr_cmt\s*=\s*not_defined ChoicesReadable="Ignore Sp Before Tr Cmt|Add Sp Before Tr Cmt|Remove Sp Before Tr Cmt|Force Sp Before Tr Cmt" ValueDefault=ignore [Sp Num Before Tr Cmt] Category=1 Description="Number of spaces before a trailing comment." Enabled=false EditorType=numeric CallName="sp_num_before_tr_cmt\s*=\s*" MinVal=0 MaxVal=16 ValueDefault=0 [Sp Before Emb Cmt] Category=1 Description="Add or remove space before an embedded comment.

Default: force" Enabled=false EditorType=multiple Choices=sp_before_emb_cmt\s*=\s*ignore|sp_before_emb_cmt\s*=\s*add|sp_before_emb_cmt\s*=\s*remove|sp_before_emb_cmt\s*=\s*force|sp_before_emb_cmt\s*=\s*not_defined ChoicesReadable="Ignore Sp Before Emb Cmt|Add Sp Before Emb Cmt|Remove Sp Before Emb Cmt|Force Sp Before Emb Cmt" ValueDefault=force [Sp Num Before Emb Cmt] Category=1 Description="Number of spaces before an embedded comment.

Default: 1" Enabled=false EditorType=numeric CallName="sp_num_before_emb_cmt\s*=\s*" MinVal=0 MaxVal=16 ValueDefault=1 [Sp After Emb Cmt] Category=1 Description="Add or remove space after an embedded comment.

Default: force" Enabled=false EditorType=multiple Choices=sp_after_emb_cmt\s*=\s*ignore|sp_after_emb_cmt\s*=\s*add|sp_after_emb_cmt\s*=\s*remove|sp_after_emb_cmt\s*=\s*force|sp_after_emb_cmt\s*=\s*not_defined ChoicesReadable="Ignore Sp After Emb Cmt|Add Sp After Emb Cmt|Remove Sp After Emb Cmt|Force Sp After Emb Cmt" ValueDefault=force [Sp Num After Emb Cmt] Category=1 Description="Number of spaces after an embedded comment.

Default: 1" Enabled=false EditorType=numeric CallName="sp_num_after_emb_cmt\s*=\s*" MinVal=0 MaxVal=16 ValueDefault=1 [Sp Annotation Paren] Category=1 Description="(Java) Add or remove space between an annotation and the open parenthesis." Enabled=false EditorType=multiple Choices=sp_annotation_paren\s*=\s*ignore|sp_annotation_paren\s*=\s*add|sp_annotation_paren\s*=\s*remove|sp_annotation_paren\s*=\s*force|sp_annotation_paren\s*=\s*not_defined ChoicesReadable="Ignore Sp Annotation Paren|Add Sp Annotation Paren|Remove Sp Annotation Paren|Force Sp Annotation Paren" ValueDefault=ignore [Sp Skip Vbrace Tokens] Category=1 Description="If true, vbrace tokens are dropped to the previous token and skipped." Enabled=false EditorType=boolean TrueFalse=sp_skip_vbrace_tokens\s*=\s*true|sp_skip_vbrace_tokens\s*=\s*false ValueDefault=false [Sp After Noexcept] Category=1 Description="Add or remove space after 'noexcept'." Enabled=false EditorType=multiple Choices=sp_after_noexcept\s*=\s*ignore|sp_after_noexcept\s*=\s*add|sp_after_noexcept\s*=\s*remove|sp_after_noexcept\s*=\s*force|sp_after_noexcept\s*=\s*not_defined ChoicesReadable="Ignore Sp After Noexcept|Add Sp After Noexcept|Remove Sp After Noexcept|Force Sp After Noexcept" ValueDefault=ignore [Sp Vala After Translation] Category=1 Description="Add or remove space after '_'." Enabled=false EditorType=multiple Choices=sp_vala_after_translation\s*=\s*ignore|sp_vala_after_translation\s*=\s*add|sp_vala_after_translation\s*=\s*remove|sp_vala_after_translation\s*=\s*force|sp_vala_after_translation\s*=\s*not_defined ChoicesReadable="Ignore Sp Vala After Translation|Add Sp Vala After Translation|Remove Sp Vala After Translation|Force Sp Vala After Translation" ValueDefault=ignore [Sp Before Bit Colon] Category=1 Description="Add or remove space before a bit colon ':'." Enabled=false EditorType=multiple Choices=sp_before_bit_colon\s*=\s*ignore|sp_before_bit_colon\s*=\s*add|sp_before_bit_colon\s*=\s*remove|sp_before_bit_colon\s*=\s*force|sp_before_bit_colon\s*=\s*not_defined ChoicesReadable="Ignore Sp Before Bit Colon|Add Sp Before Bit Colon|Remove Sp Before Bit Colon|Force Sp Before Bit Colon" ValueDefault=ignore [Sp After Bit Colon] Category=1 Description="Add or remove space after a bit colon ':'." Enabled=false EditorType=multiple Choices=sp_after_bit_colon\s*=\s*ignore|sp_after_bit_colon\s*=\s*add|sp_after_bit_colon\s*=\s*remove|sp_after_bit_colon\s*=\s*force|sp_after_bit_colon\s*=\s*not_defined ChoicesReadable="Ignore Sp After Bit Colon|Add Sp After Bit Colon|Remove Sp After Bit Colon|Force Sp After Bit Colon" ValueDefault=ignore [Force Tab After Define] Category=1 Description="If true, a <TAB> is inserted after #define." Enabled=false EditorType=boolean TrueFalse=force_tab_after_define\s*=\s*true|force_tab_after_define\s*=\s*false ValueDefault=false [Indent Columns] Category=2 Description="The number of columns to indent per level. Usually 2, 3, 4, or 8.

Default: 8" Enabled=false EditorType=numeric CallName="indent_columns\s*=\s*" MinVal=0 MaxVal=16 ValueDefault=8 [Indent Ignore First Continue] Category=2 Description="Whether to ignore indent for the first continuation line. Subsequent
continuation lines will still be indented to match the first." Enabled=false EditorType=boolean TrueFalse=indent_ignore_first_continue\s*=\s*true|indent_ignore_first_continue\s*=\s*false ValueDefault=false [Indent Continue] Category=2 Description="The continuation indent. If non-zero, this overrides the indent of '(', '['
and '=' continuation indents. Negative values are OK; negative value is
absolute and not increased for each '(' or '[' level.

For FreeBSD, this is set to 4.
Requires indent_ignore_first_continue=false." Enabled=false EditorType=numeric CallName="indent_continue\s*=\s*" MinVal=-16 MaxVal=16 ValueDefault=0 [Indent Continue Class Head] Category=2 Description="The continuation indent, only for class header line(s). If non-zero, this
overrides the indent of 'class' continuation indents.
Requires indent_ignore_first_continue=false." Enabled=false EditorType=numeric CallName="indent_continue_class_head\s*=\s*" MinVal=0 MaxVal=16 ValueDefault=0 [Indent Single Newlines] Category=2 Description="Whether to indent empty lines (i.e. lines which contain only spaces before
the newline character)." Enabled=false EditorType=boolean TrueFalse=indent_single_newlines\s*=\s*true|indent_single_newlines\s*=\s*false ValueDefault=false [Indent Param] Category=2 Description="The continuation indent for func_*_param if they are true. If non-zero, this
overrides the indent." Enabled=false EditorType=numeric CallName="indent_param\s*=\s*" MinVal=0 MaxVal=16 ValueDefault=0 [Indent With Tabs] Category=2 Description="How to use tabs when indenting code.

0: Spaces only
1: Indent with tabs to brace level, align with spaces (default)
2: Indent and align with tabs, using spaces when not on a tabstop

Default: 1" Enabled=true EditorType=multiple Choices="indent_with_tabs\s*=\s*0|indent_with_tabs\s*=\s*1|indent_with_tabs\s*=\s*2" ChoicesReadable="Spaces only|Indent with tabs, align with spaces|Indent and align with tabs" ValueDefault=1 [Indent Cmt With Tabs] Category=2 Description="Whether to indent comments that are not at a brace level with tabs on a
tabstop. Requires indent_with_tabs=2. If false, will use spaces." Enabled=false EditorType=boolean TrueFalse=indent_cmt_with_tabs\s*=\s*true|indent_cmt_with_tabs\s*=\s*false ValueDefault=false [Indent Align String] Category=2 Description="Whether to indent strings broken by '\' so that they line up." Enabled=false EditorType=boolean TrueFalse=indent_align_string\s*=\s*true|indent_align_string\s*=\s*false ValueDefault=false [Indent Xml String] Category=2 Description="The number of spaces to indent multi-line XML strings.
Requires indent_align_string=true." Enabled=false EditorType=numeric CallName="indent_xml_string\s*=\s*" MinVal=0 MaxVal=16 ValueDefault=0 [Indent Brace] Category=2 Description="Spaces to indent '{' from level." Enabled=false EditorType=numeric CallName="indent_brace\s*=\s*" MinVal=0 MaxVal=16 ValueDefault=0 [Indent Braces] Category=2 Description="Whether braces are indented to the body level." Enabled=false EditorType=boolean TrueFalse=indent_braces\s*=\s*true|indent_braces\s*=\s*false ValueDefault=false [Indent Braces No Func] Category=2 Description="Whether to disable indenting function braces if indent_braces=true." Enabled=false EditorType=boolean TrueFalse=indent_braces_no_func\s*=\s*true|indent_braces_no_func\s*=\s*false ValueDefault=false [Indent Braces No Class] Category=2 Description="Whether to disable indenting class braces if indent_braces=true." Enabled=false EditorType=boolean TrueFalse=indent_braces_no_class\s*=\s*true|indent_braces_no_class\s*=\s*false ValueDefault=false [Indent Braces No Struct] Category=2 Description="Whether to disable indenting struct braces if indent_braces=true." Enabled=false EditorType=boolean TrueFalse=indent_braces_no_struct\s*=\s*true|indent_braces_no_struct\s*=\s*false ValueDefault=false [Indent Brace Parent] Category=2 Description="Whether to indent based on the size of the brace parent,
i.e. 'if' => 3 spaces, 'for' => 4 spaces, etc." Enabled=false EditorType=boolean TrueFalse=indent_brace_parent\s*=\s*true|indent_brace_parent\s*=\s*false ValueDefault=false [Indent Paren Open Brace] Category=2 Description="Whether to indent based on the open parenthesis instead of the open brace
in '({\n'." Enabled=false EditorType=boolean TrueFalse=indent_paren_open_brace\s*=\s*true|indent_paren_open_brace\s*=\s*false ValueDefault=false [Indent Cs Delegate Brace] Category=2 Description="(C#) Whether to indent the brace of a C# delegate by another level." Enabled=false EditorType=boolean TrueFalse=indent_cs_delegate_brace\s*=\s*true|indent_cs_delegate_brace\s*=\s*false ValueDefault=false [Indent Cs Delegate Body] Category=2 Description="(C#) Whether to indent a C# delegate (to handle delegates with no brace) by
another level." Enabled=false EditorType=boolean TrueFalse=indent_cs_delegate_body\s*=\s*true|indent_cs_delegate_body\s*=\s*false ValueDefault=false [Indent Namespace] Category=2 Description="Whether to indent the body of a 'namespace'." Enabled=false EditorType=boolean TrueFalse=indent_namespace\s*=\s*true|indent_namespace\s*=\s*false ValueDefault=false [Indent Namespace Single Indent] Category=2 Description="Whether to indent only the first namespace, and not any nested namespaces.
Requires indent_namespace=true." Enabled=false EditorType=boolean TrueFalse=indent_namespace_single_indent\s*=\s*true|indent_namespace_single_indent\s*=\s*false ValueDefault=false [Indent Namespace Level] Category=2 Description="The number of spaces to indent a namespace block.
If set to zero, use the value indent_columns" Enabled=false EditorType=numeric CallName="indent_namespace_level\s*=\s*" MinVal=0 MaxVal=16 ValueDefault=0 [Indent Namespace Limit] Category=2 Description="If the body of the namespace is longer than this number, it won't be
indented. Requires indent_namespace=true. 0 means no limit." Enabled=false EditorType=numeric CallName="indent_namespace_limit\s*=\s*" MinVal=0 MaxVal=255 ValueDefault=0 [Indent Namespace Inner Only] Category=2 Description="Whether to indent only in inner namespaces (nested in other namespaces).
Requires indent_namespace=true." Enabled=false EditorType=boolean TrueFalse=indent_namespace_inner_only\s*=\s*true|indent_namespace_inner_only\s*=\s*false ValueDefault=false [Indent Extern] Category=2 Description="Whether the 'extern "C"' body is indented." Enabled=false EditorType=boolean TrueFalse=indent_extern\s*=\s*true|indent_extern\s*=\s*false ValueDefault=false [Indent Class] Category=2 Description="Whether the 'class' body is indented." Enabled=false EditorType=boolean TrueFalse=indent_class\s*=\s*true|indent_class\s*=\s*false ValueDefault=false [Indent Ignore Before Class Colon] Category=2 Description="Whether to ignore indent for the leading base class colon." Enabled=false EditorType=boolean TrueFalse=indent_ignore_before_class_colon\s*=\s*true|indent_ignore_before_class_colon\s*=\s*false ValueDefault=false [Indent Before Class Colon] Category=2 Description="Additional indent before the leading base class colon.
Negative values decrease indent down to the first column.
Requires indent_ignore_before_class_colon=false and a newline break before
the colon (see pos_class_colon and nl_class_colon)" Enabled=false EditorType=numeric CallName="indent_before_class_colon\s*=\s*" MinVal=-16 MaxVal=16 ValueDefault=0 [Indent Class Colon] Category=2 Description="Whether to indent the stuff after a leading base class colon." Enabled=false EditorType=boolean TrueFalse=indent_class_colon\s*=\s*true|indent_class_colon\s*=\s*false ValueDefault=false [Indent Class On Colon] Category=2 Description="Whether to indent based on a class colon instead of the stuff after the
colon. Requires indent_class_colon=true." Enabled=false EditorType=boolean TrueFalse=indent_class_on_colon\s*=\s*true|indent_class_on_colon\s*=\s*false ValueDefault=false [Indent Ignore Before Constr Colon] Category=2 Description="Whether to ignore indent for a leading class initializer colon." Enabled=false EditorType=boolean TrueFalse=indent_ignore_before_constr_colon\s*=\s*true|indent_ignore_before_constr_colon\s*=\s*false ValueDefault=false [Indent Constr Colon] Category=2 Description="Whether to indent the stuff after a leading class initializer colon." Enabled=false EditorType=boolean TrueFalse=indent_constr_colon\s*=\s*true|indent_constr_colon\s*=\s*false ValueDefault=false [Indent Ctor Init Leading] Category=2 Description="Virtual indent from the ':' for leading member initializers.

Default: 2" Enabled=false EditorType=numeric CallName="indent_ctor_init_leading\s*=\s*" MinVal=0 MaxVal=16 ValueDefault=2 [Indent Ctor Init Following] Category=2 Description="Virtual indent from the ':' for following member initializers.

Default: 2" Enabled=false EditorType=numeric CallName="indent_ctor_init_following\s*=\s*" MinVal=0 MaxVal=16 ValueDefault=2 [Indent Ctor Init] Category=2 Description="Additional indent for constructor initializer list.
Negative values decrease indent down to the first column." Enabled=false EditorType=numeric CallName="indent_ctor_init\s*=\s*" MinVal=-16 MaxVal=16 ValueDefault=0 [Indent Else If] Category=2 Description="Whether to indent 'if' following 'else' as a new block under the 'else'.
If false, 'else\nif' is treated as 'else if' for indenting purposes." Enabled=false EditorType=boolean TrueFalse=indent_else_if\s*=\s*true|indent_else_if\s*=\s*false ValueDefault=false [Indent Var Def Blk] Category=2 Description="Amount to indent variable declarations after a open brace.

<0: Relative
>=0: Absolute" Enabled=false EditorType=numeric CallName="indent_var_def_blk\s*=\s*" MinVal=-16 MaxVal=16 ValueDefault=0 [Indent Var Def Cont] Category=2 Description="Whether to indent continued variable declarations instead of aligning." Enabled=false EditorType=boolean TrueFalse=indent_var_def_cont\s*=\s*true|indent_var_def_cont\s*=\s*false ValueDefault=false [Indent Shift] Category=2 Description="How to indent continued shift expressions ('<<' and '>>').
Set align_left_shift=false when using this.
0: Align shift operators instead of indenting them (default)
1: Indent by one level
-1: Preserve original indentation" Enabled=false EditorType=numeric CallName="indent_shift\s*=\s*" MinVal=-1 MaxVal=1 ValueDefault=0 [Indent Func Def Force Col1] Category=2 Description="Whether to force indentation of function definitions to start in column 1." Enabled=false EditorType=boolean TrueFalse=indent_func_def_force_col1\s*=\s*true|indent_func_def_force_col1\s*=\s*false ValueDefault=false [Indent Func Call Param] Category=2 Description="Whether to indent continued function call parameters one indent level,
rather than aligning parameters under the open parenthesis." Enabled=false EditorType=boolean TrueFalse=indent_func_call_param\s*=\s*true|indent_func_call_param\s*=\s*false ValueDefault=false [Indent Func Def Param] Category=2 Description="Whether to indent continued function definition parameters one indent level,
rather than aligning parameters under the open parenthesis." Enabled=false EditorType=boolean TrueFalse=indent_func_def_param\s*=\s*true|indent_func_def_param\s*=\s*false ValueDefault=false [Indent Func Def Param Paren Pos Threshold] Category=2 Description="for function definitions, only if indent_func_def_param is false
Allows to align params when appropriate and indent them when not
behave as if it was true if paren position is more than this value
if paren position is more than the option value" Enabled=false EditorType=numeric CallName="indent_func_def_param_paren_pos_threshold\s*=\s*" MinVal=0 MaxVal=160 ValueDefault=0 [Indent Func Proto Param] Category=2 Description="Whether to indent continued function call prototype one indent level,
rather than aligning parameters under the open parenthesis." Enabled=false EditorType=boolean TrueFalse=indent_func_proto_param\s*=\s*true|indent_func_proto_param\s*=\s*false ValueDefault=false [Indent Func Class Param] Category=2 Description="Whether to indent continued function call declaration one indent level,
rather than aligning parameters under the open parenthesis." Enabled=false EditorType=boolean TrueFalse=indent_func_class_param\s*=\s*true|indent_func_class_param\s*=\s*false ValueDefault=false [Indent Func Ctor Var Param] Category=2 Description="Whether to indent continued class variable constructors one indent level,
rather than aligning parameters under the open parenthesis." Enabled=false EditorType=boolean TrueFalse=indent_func_ctor_var_param\s*=\s*true|indent_func_ctor_var_param\s*=\s*false ValueDefault=false [Indent Template Param] Category=2 Description="Whether to indent continued template parameter list one indent level,
rather than aligning parameters under the open parenthesis." Enabled=false EditorType=boolean TrueFalse=indent_template_param\s*=\s*true|indent_template_param\s*=\s*false ValueDefault=false [Indent Func Param Double] Category=2 Description="Double the indent for indent_func_xxx_param options.
Use both values of the options indent_columns and indent_param." Enabled=false EditorType=boolean TrueFalse=indent_func_param_double\s*=\s*true|indent_func_param_double\s*=\s*false ValueDefault=false [Indent Func Const] Category=2 Description="Indentation column for standalone 'const' qualifier on a function
prototype." Enabled=false EditorType=numeric CallName="indent_func_const\s*=\s*" MinVal=0 MaxVal=69 ValueDefault=0 [Indent Func Throw] Category=2 Description="Indentation column for standalone 'throw' qualifier on a function
prototype." Enabled=false EditorType=numeric CallName="indent_func_throw\s*=\s*" MinVal=0 MaxVal=41 ValueDefault=0 [Indent Macro Brace] Category=2 Description="How to indent within a macro followed by a brace on the same line
This allows reducing the indent in macros that have (for example)
`do { ... } while (0)` blocks bracketing them.

true: add an indent for the brace on the same line as the macro
false: do not add an indent for the brace on the same line as the macro

Default: true" Enabled=false EditorType=boolean TrueFalse=indent_macro_brace\s*=\s*true|indent_macro_brace\s*=\s*false ValueDefault=true [Indent Member] Category=2 Description="The number of spaces to indent a continued '->' or '.'.
Usually set to 0, 1, or indent_columns." Enabled=false EditorType=numeric CallName="indent_member\s*=\s*" MinVal=0 MaxVal=16 ValueDefault=0 [Indent Member Single] Category=2 Description="Whether lines broken at '.' or '->' should be indented by a single indent.
The indent_member option will not be effective if this is set to true." Enabled=false EditorType=boolean TrueFalse=indent_member_single\s*=\s*true|indent_member_single\s*=\s*false ValueDefault=false [Indent Single Line Comments Before] Category=2 Description="Spaces to indent single line ('//') comments on lines before code." Enabled=false EditorType=numeric CallName="indent_single_line_comments_before\s*=\s*" MinVal=0 MaxVal=16 ValueDefault=0 [Indent Single Line Comments After] Category=2 Description="Spaces to indent single line ('//') comments on lines after code." Enabled=false EditorType=numeric CallName="indent_single_line_comments_after\s*=\s*" MinVal=0 MaxVal=16 ValueDefault=0 [Indent Sparen Extra] Category=2 Description="When opening a paren for a control statement (if, for, while, etc), increase
the indent level by this value. Negative values decrease the indent level." Enabled=false EditorType=numeric CallName="indent_sparen_extra\s*=\s*" MinVal=-16 MaxVal=16 ValueDefault=0 [Indent Relative Single Line Comments] Category=2 Description="Whether to indent trailing single line ('//') comments relative to the code
instead of trying to keep the same absolute column." Enabled=false EditorType=boolean TrueFalse=indent_relative_single_line_comments\s*=\s*true|indent_relative_single_line_comments\s*=\s*false ValueDefault=false [Indent Switch Case] Category=2 Description="Spaces to indent 'case' from 'switch'. Usually 0 or indent_columns.
It might be wise to choose the same value for the option indent_case_brace." Enabled=false EditorType=numeric CallName="indent_switch_case\s*=\s*" MinVal=0 MaxVal=16 ValueDefault=0 [Indent Switch Body] Category=2 Description="Spaces to indent the body of a 'switch' before any 'case'.
Usually the same as indent_columns or indent_switch_case." Enabled=false EditorType=numeric CallName="indent_switch_body\s*=\s*" MinVal=0 MaxVal=16 ValueDefault=0 [Indent Ignore Case Brace] Category=2 Description="Whether to ignore indent for '{' following 'case'." Enabled=false EditorType=boolean TrueFalse=indent_ignore_case_brace\s*=\s*true|indent_ignore_case_brace\s*=\s*false ValueDefault=false [Indent Case Brace] Category=2 Description="Spaces to indent '{' from 'case'. By default, the brace will appear under
the 'c' in case. Usually set to 0 or indent_columns. Negative values are OK.
It might be wise to choose the same value for the option indent_switch_case." Enabled=false EditorType=numeric CallName="indent_case_brace\s*=\s*" MinVal=-16 MaxVal=16 ValueDefault=0 [Indent Switch Break With Case] Category=2 Description="indent 'break' with 'case' from 'switch'." Enabled=false EditorType=boolean TrueFalse=indent_switch_break_with_case\s*=\s*true|indent_switch_break_with_case\s*=\s*false ValueDefault=false [Indent Switch Pp] Category=2 Description="Whether to indent preprocessor statements inside of switch statements.

Default: true" Enabled=false EditorType=boolean TrueFalse=indent_switch_pp\s*=\s*true|indent_switch_pp\s*=\s*false ValueDefault=true [Indent Case Shift] Category=2 Description="Spaces to shift the 'case' line, without affecting any other lines.
Usually 0." Enabled=false EditorType=numeric CallName="indent_case_shift\s*=\s*" MinVal=0 MaxVal=16 ValueDefault=0 [Indent Case Comment] Category=2 Description="Whether to align comments before 'case' with the 'case'.

Default: true" Enabled=false EditorType=boolean TrueFalse=indent_case_comment\s*=\s*true|indent_case_comment\s*=\s*false ValueDefault=true [Indent Comment] Category=2 Description="Whether to indent comments not found in first column.

Default: true" Enabled=false EditorType=boolean TrueFalse=indent_comment\s*=\s*true|indent_comment\s*=\s*false ValueDefault=true [Indent Col1 Comment] Category=2 Description="Whether to indent comments found in first column." Enabled=false EditorType=boolean TrueFalse=indent_col1_comment\s*=\s*true|indent_col1_comment\s*=\s*false ValueDefault=false [Indent Col1 Multi String Literal] Category=2 Description="Whether to indent multi string literal in first column." Enabled=false EditorType=boolean TrueFalse=indent_col1_multi_string_literal\s*=\s*true|indent_col1_multi_string_literal\s*=\s*false ValueDefault=false [Indent Comment Align Thresh] Category=2 Description="Align comments on adjacent lines that are this many columns apart or less.

Default: 3" Enabled=false EditorType=numeric CallName="indent_comment_align_thresh\s*=\s*" MinVal=0 MaxVal=16 ValueDefault=3 [Indent Ignore Label] Category=2 Description="Whether to ignore indent for goto labels." Enabled=false EditorType=boolean TrueFalse=indent_ignore_label\s*=\s*true|indent_ignore_label\s*=\s*false ValueDefault=false [Indent Label] Category=2 Description="How to indent goto labels. Requires indent_ignore_label=false.

>0: Absolute column where 1 is the leftmost column
<=0: Subtract from brace indent

Default: 1" Enabled=false EditorType=numeric CallName="indent_label\s*=\s*" MinVal=-16 MaxVal=16 ValueDefault=1 [Indent Access Spec] Category=2 Description="How to indent access specifiers that are followed by a
colon.

>0: Absolute column where 1 is the leftmost column
<=0: Subtract from brace indent

Default: 1" Enabled=false EditorType=numeric CallName="indent_access_spec\s*=\s*" MinVal=-16 MaxVal=16 ValueDefault=1 [Indent Access Spec Body] Category=2 Description="Whether to indent the code after an access specifier by one level.
If true, this option forces 'indent_access_spec=0'." Enabled=false EditorType=boolean TrueFalse=indent_access_spec_body\s*=\s*true|indent_access_spec_body\s*=\s*false ValueDefault=false [Indent Paren Nl] Category=2 Description="If an open parenthesis is followed by a newline, whether to indent the next
line so that it lines up after the open parenthesis (not recommended)." Enabled=false EditorType=boolean TrueFalse=indent_paren_nl\s*=\s*true|indent_paren_nl\s*=\s*false ValueDefault=false [Indent Paren Close] Category=2 Description="How to indent a close parenthesis after a newline.

0: Indent to body level (default)
1: Align under the open parenthesis
2: Indent to the brace level
-1: Preserve original indentation" Enabled=false EditorType=numeric CallName="indent_paren_close\s*=\s*" MinVal=-1 MaxVal=2 ValueDefault=0 [Indent Paren After Func Def] Category=2 Description="Whether to indent the open parenthesis of a function definition,
if the parenthesis is on its own line." Enabled=false EditorType=boolean TrueFalse=indent_paren_after_func_def\s*=\s*true|indent_paren_after_func_def\s*=\s*false ValueDefault=false [Indent Paren After Func Decl] Category=2 Description="Whether to indent the open parenthesis of a function declaration,
if the parenthesis is on its own line." Enabled=false EditorType=boolean TrueFalse=indent_paren_after_func_decl\s*=\s*true|indent_paren_after_func_decl\s*=\s*false ValueDefault=false [Indent Paren After Func Call] Category=2 Description="Whether to indent the open parenthesis of a function call,
if the parenthesis is on its own line." Enabled=false EditorType=boolean TrueFalse=indent_paren_after_func_call\s*=\s*true|indent_paren_after_func_call\s*=\s*false ValueDefault=false [Indent Comma Brace] Category=2 Description="How to indent a comma when inside braces.
0: Indent by one level (default)
1: Align under the open brace
-1: Preserve original indentation" Enabled=false EditorType=numeric CallName="indent_comma_brace\s*=\s*" MinVal=-1 MaxVal=1 ValueDefault=0 [Indent Comma Paren] Category=2 Description="How to indent a comma when inside parentheses.
0: Indent by one level (default)
1: Align under the open parenthesis
-1: Preserve original indentation" Enabled=false EditorType=numeric CallName="indent_comma_paren\s*=\s*" MinVal=-1 MaxVal=1 ValueDefault=0 [Indent Bool Paren] Category=2 Description="How to indent a Boolean operator when inside parentheses.
0: Indent by one level (default)
1: Align under the open parenthesis
-1: Preserve original indentation" Enabled=false EditorType=numeric CallName="indent_bool_paren\s*=\s*" MinVal=-1 MaxVal=1 ValueDefault=0 [Indent Ignore Bool] Category=2 Description="Whether to ignore the indentation of a Boolean operator when outside
parentheses." Enabled=false EditorType=boolean TrueFalse=indent_ignore_bool\s*=\s*true|indent_ignore_bool\s*=\s*false ValueDefault=false [Indent Ignore Arith] Category=2 Description="Whether to ignore the indentation of an arithmetic operator." Enabled=false EditorType=boolean TrueFalse=indent_ignore_arith\s*=\s*true|indent_ignore_arith\s*=\s*false ValueDefault=false [Indent Semicolon For Paren] Category=2 Description="Whether to indent a semicolon when inside a for parenthesis.
If true, aligns under the open for parenthesis." Enabled=false EditorType=boolean TrueFalse=indent_semicolon_for_paren\s*=\s*true|indent_semicolon_for_paren\s*=\s*false ValueDefault=false [Indent Ignore Semicolon] Category=2 Description="Whether to ignore the indentation of a semicolon outside of a 'for'
statement." Enabled=false EditorType=boolean TrueFalse=indent_ignore_semicolon\s*=\s*true|indent_ignore_semicolon\s*=\s*false ValueDefault=false [Indent First Bool Expr] Category=2 Description="Whether to align the first expression to following ones
if indent_bool_paren=1." Enabled=false EditorType=boolean TrueFalse=indent_first_bool_expr\s*=\s*true|indent_first_bool_expr\s*=\s*false ValueDefault=false [Indent First For Expr] Category=2 Description="Whether to align the first expression to following ones
if indent_semicolon_for_paren=true." Enabled=false EditorType=boolean TrueFalse=indent_first_for_expr\s*=\s*true|indent_first_for_expr\s*=\s*false ValueDefault=false [Indent Square Nl] Category=2 Description="If an open square is followed by a newline, whether to indent the next line
so that it lines up after the open square (not recommended)." Enabled=false EditorType=boolean TrueFalse=indent_square_nl\s*=\s*true|indent_square_nl\s*=\s*false ValueDefault=false [Indent Preserve Sql] Category=2 Description="(ESQL/C) Whether to preserve the relative indent of 'EXEC SQL' bodies." Enabled=false EditorType=boolean TrueFalse=indent_preserve_sql\s*=\s*true|indent_preserve_sql\s*=\s*false ValueDefault=false [Indent Ignore Assign] Category=2 Description="Whether to ignore the indentation of an assignment operator." Enabled=false EditorType=boolean TrueFalse=indent_ignore_assign\s*=\s*true|indent_ignore_assign\s*=\s*false ValueDefault=false [Indent Align Assign] Category=2 Description="Whether to align continued statements at the '='. If false or if the '=' is
followed by a newline, the next line is indent one tab.

Default: true" Enabled=false EditorType=boolean TrueFalse=indent_align_assign\s*=\s*true|indent_align_assign\s*=\s*false ValueDefault=true [Indent Off After Assign] Category=2 Description="If true, the indentation of the chunks after a '=' sequence will be set at
LHS token indentation column before '='." Enabled=false EditorType=boolean TrueFalse=indent_off_after_assign\s*=\s*true|indent_off_after_assign\s*=\s*false ValueDefault=false [Indent Align Paren] Category=2 Description="Whether to align continued statements at the '('. If false or the '(' is
followed by a newline, the next line indent is one tab.

Default: true" Enabled=false EditorType=boolean TrueFalse=indent_align_paren\s*=\s*true|indent_align_paren\s*=\s*false ValueDefault=true [Indent Oc Inside Msg Sel] Category=2 Description="(OC) Whether to indent Objective-C code inside message selectors." Enabled=false EditorType=boolean TrueFalse=indent_oc_inside_msg_sel\s*=\s*true|indent_oc_inside_msg_sel\s*=\s*false ValueDefault=false [Indent Oc Block] Category=2 Description="(OC) Whether to indent Objective-C blocks at brace level instead of usual
rules." Enabled=false EditorType=boolean TrueFalse=indent_oc_block\s*=\s*true|indent_oc_block\s*=\s*false ValueDefault=false [Indent Oc Block Msg] Category=2 Description="(OC) Indent for Objective-C blocks in a message relative to the parameter
name.

=0: Use indent_oc_block rules
>0: Use specified number of spaces to indent" Enabled=false EditorType=numeric CallName="indent_oc_block_msg\s*=\s*" MinVal=0 MaxVal=16 ValueDefault=0 [Indent Oc Msg Colon] Category=2 Description="(OC) Minimum indent for subsequent parameters" Enabled=false EditorType=numeric CallName="indent_oc_msg_colon\s*=\s*" MinVal=0 MaxVal=5000 ValueDefault=0 [Indent Oc Msg Prioritize First Colon] Category=2 Description="(OC) Whether to prioritize aligning with initial colon (and stripping spaces
from lines, if necessary).

Default: true" Enabled=false EditorType=boolean TrueFalse=indent_oc_msg_prioritize_first_colon\s*=\s*true|indent_oc_msg_prioritize_first_colon\s*=\s*false ValueDefault=true [Indent Oc Block Msg Xcode Style] Category=2 Description="(OC) Whether to indent blocks the way that Xcode does by default
(from the keyword if the parameter is on its own line; otherwise, from the
previous indentation level). Requires indent_oc_block_msg=true." Enabled=false EditorType=boolean TrueFalse=indent_oc_block_msg_xcode_style\s*=\s*true|indent_oc_block_msg_xcode_style\s*=\s*false ValueDefault=false [Indent Oc Block Msg From Keyword] Category=2 Description="(OC) Whether to indent blocks from where the brace is, relative to a
message keyword. Requires indent_oc_block_msg=true." Enabled=false EditorType=boolean TrueFalse=indent_oc_block_msg_from_keyword\s*=\s*true|indent_oc_block_msg_from_keyword\s*=\s*false ValueDefault=false [Indent Oc Block Msg From Colon] Category=2 Description="(OC) Whether to indent blocks from where the brace is, relative to a message
colon. Requires indent_oc_block_msg=true." Enabled=false EditorType=boolean TrueFalse=indent_oc_block_msg_from_colon\s*=\s*true|indent_oc_block_msg_from_colon\s*=\s*false ValueDefault=false [Indent Oc Block Msg From Caret] Category=2 Description="(OC) Whether to indent blocks from where the block caret is.
Requires indent_oc_block_msg=true." Enabled=false EditorType=boolean TrueFalse=indent_oc_block_msg_from_caret\s*=\s*true|indent_oc_block_msg_from_caret\s*=\s*false ValueDefault=false [Indent Oc Block Msg From Brace] Category=2 Description="(OC) Whether to indent blocks from where the brace caret is.
Requires indent_oc_block_msg=true." Enabled=false EditorType=boolean TrueFalse=indent_oc_block_msg_from_brace\s*=\s*true|indent_oc_block_msg_from_brace\s*=\s*false ValueDefault=false [Indent Min Vbrace Open] Category=2 Description="When indenting after virtual brace open and newline add further spaces to
reach this minimum indent." Enabled=false EditorType=numeric CallName="indent_min_vbrace_open\s*=\s*" MinVal=0 MaxVal=16 ValueDefault=0 [Indent Vbrace Open On Tabstop] Category=2 Description="Whether to add further spaces after regular indent to reach next tabstop
when indenting after virtual brace open and newline." Enabled=false EditorType=boolean TrueFalse=indent_vbrace_open_on_tabstop\s*=\s*true|indent_vbrace_open_on_tabstop\s*=\s*false ValueDefault=false [Indent Token After Brace] Category=2 Description="How to indent after a brace followed by another token (not a newline).
true: indent all contained lines to match the token
false: indent all contained lines to match the brace

Default: true" Enabled=false EditorType=boolean TrueFalse=indent_token_after_brace\s*=\s*true|indent_token_after_brace\s*=\s*false ValueDefault=true [Indent Cpp Lambda Body] Category=2 Description="Whether to indent the body of a C++11 lambda." Enabled=false EditorType=boolean TrueFalse=indent_cpp_lambda_body\s*=\s*true|indent_cpp_lambda_body\s*=\s*false ValueDefault=false [Indent Compound Literal Return] Category=2 Description="How to indent compound literals that are being returned.
true: add both the indent from return & the compound literal open brace
(i.e. 2 indent levels)
false: only indent 1 level, don't add the indent for the open brace, only
add the indent for the return.

Default: true" Enabled=false EditorType=boolean TrueFalse=indent_compound_literal_return\s*=\s*true|indent_compound_literal_return\s*=\s*false ValueDefault=true [Indent Using Block] Category=2 Description="(C#) Whether to indent a 'using' block if no braces are used.

Default: true" Enabled=false EditorType=boolean TrueFalse=indent_using_block\s*=\s*true|indent_using_block\s*=\s*false ValueDefault=true [Indent Ternary Operator] Category=2 Description="How to indent the continuation of ternary operator.

0: Off (default)
1: When the `if_false` is a continuation, indent it under the `if_true` branch
2: When the `:` is a continuation, indent it under `?`" Enabled=false EditorType=numeric CallName="indent_ternary_operator\s*=\s*" MinVal=0 MaxVal=2 ValueDefault=0 [Indent Inside Ternary Operator] Category=2 Description="Whether to indent the statements inside ternary operator." Enabled=false EditorType=boolean TrueFalse=indent_inside_ternary_operator\s*=\s*true|indent_inside_ternary_operator\s*=\s*false ValueDefault=false [Indent Off After Return] Category=2 Description="If true, the indentation of the chunks after a `return` sequence will be set at return indentation column." Enabled=false EditorType=boolean TrueFalse=indent_off_after_return\s*=\s*true|indent_off_after_return\s*=\s*false ValueDefault=false [Indent Off After Return New] Category=2 Description="If true, the indentation of the chunks after a `return new` sequence will be set at return indentation column." Enabled=false EditorType=boolean TrueFalse=indent_off_after_return_new\s*=\s*true|indent_off_after_return_new\s*=\s*false ValueDefault=false [Indent Single After Return] Category=2 Description="If true, the tokens after return are indented with regular single indentation. By default (false) the indentation is after the return token." Enabled=false EditorType=boolean TrueFalse=indent_single_after_return\s*=\s*true|indent_single_after_return\s*=\s*false ValueDefault=false [Indent Ignore Asm Block] Category=2 Description="Whether to ignore indent and alignment for 'asm' blocks (i.e. assume they
have their own indentation)." Enabled=false EditorType=boolean TrueFalse=indent_ignore_asm_block\s*=\s*true|indent_ignore_asm_block\s*=\s*false ValueDefault=false [Donot Indent Func Def Close Paren] Category=2 Description="Don't indent the close parenthesis of a function definition,
if the parenthesis is on its own line." Enabled=false EditorType=boolean TrueFalse=donot_indent_func_def_close_paren\s*=\s*true|donot_indent_func_def_close_paren\s*=\s*false ValueDefault=false [Nl Collapse Empty Body] Category=3 Description="Whether to collapse empty blocks between '{' and '}' except for functions.
Use nl_collapse_empty_body_functions to specify how empty function braces
should be formatted." Enabled=false EditorType=boolean TrueFalse=nl_collapse_empty_body\s*=\s*true|nl_collapse_empty_body\s*=\s*false ValueDefault=false [Nl Collapse Empty Body Functions] Category=3 Description="Whether to collapse empty blocks between '{' and '}' for functions only.
If true, overrides nl_inside_empty_func." Enabled=false EditorType=boolean TrueFalse=nl_collapse_empty_body_functions\s*=\s*true|nl_collapse_empty_body_functions\s*=\s*false ValueDefault=false [Nl Assign Leave One Liners] Category=3 Description="Don't split one-line braced assignments, as in 'foo_t f = { 1, 2 };'." Enabled=false EditorType=boolean TrueFalse=nl_assign_leave_one_liners\s*=\s*true|nl_assign_leave_one_liners\s*=\s*false ValueDefault=false [Nl Class Leave One Liners] Category=3 Description="Don't split one-line braced statements inside a 'class xx { }' body." Enabled=false EditorType=boolean TrueFalse=nl_class_leave_one_liners\s*=\s*true|nl_class_leave_one_liners\s*=\s*false ValueDefault=false [Nl Enum Leave One Liners] Category=3 Description="Don't split one-line enums, as in 'enum foo { BAR = 15 };'" Enabled=false EditorType=boolean TrueFalse=nl_enum_leave_one_liners\s*=\s*true|nl_enum_leave_one_liners\s*=\s*false ValueDefault=false [Nl Getset Leave One Liners] Category=3 Description="Don't split one-line get or set functions." Enabled=false EditorType=boolean TrueFalse=nl_getset_leave_one_liners\s*=\s*true|nl_getset_leave_one_liners\s*=\s*false ValueDefault=false [Nl Cs Property Leave One Liners] Category=3 Description="(C#) Don't split one-line property get or set functions." Enabled=false EditorType=boolean TrueFalse=nl_cs_property_leave_one_liners\s*=\s*true|nl_cs_property_leave_one_liners\s*=\s*false ValueDefault=false [Nl Func Leave One Liners] Category=3 Description="Don't split one-line function definitions, as in 'int foo() { return 0; }'.
might modify nl_func_type_name" Enabled=false EditorType=boolean TrueFalse=nl_func_leave_one_liners\s*=\s*true|nl_func_leave_one_liners\s*=\s*false ValueDefault=false [Nl Cpp Lambda Leave One Liners] Category=3 Description="Don't split one-line C++11 lambdas, as in '[]() { return 0; }'." Enabled=false EditorType=boolean TrueFalse=nl_cpp_lambda_leave_one_liners\s*=\s*true|nl_cpp_lambda_leave_one_liners\s*=\s*false ValueDefault=false [Nl If Leave One Liners] Category=3 Description="Don't split one-line if/else statements, as in 'if(...) b++;'." Enabled=false EditorType=boolean TrueFalse=nl_if_leave_one_liners\s*=\s*true|nl_if_leave_one_liners\s*=\s*false ValueDefault=false [Nl While Leave One Liners] Category=3 Description="Don't split one-line while statements, as in 'while(...) b++;'." Enabled=false EditorType=boolean TrueFalse=nl_while_leave_one_liners\s*=\s*true|nl_while_leave_one_liners\s*=\s*false ValueDefault=false [Nl Do Leave One Liners] Category=3 Description="Don't split one-line do statements, as in 'do { b++; } while(...);'." Enabled=false EditorType=boolean TrueFalse=nl_do_leave_one_liners\s*=\s*true|nl_do_leave_one_liners\s*=\s*false ValueDefault=false [Nl For Leave One Liners] Category=3 Description="Don't split one-line for statements, as in 'for(...) b++;'." Enabled=false EditorType=boolean TrueFalse=nl_for_leave_one_liners\s*=\s*true|nl_for_leave_one_liners\s*=\s*false ValueDefault=false [Nl Oc Msg Leave One Liner] Category=3 Description="(OC) Don't split one-line Objective-C messages." Enabled=false EditorType=boolean TrueFalse=nl_oc_msg_leave_one_liner\s*=\s*true|nl_oc_msg_leave_one_liner\s*=\s*false ValueDefault=false [Nl Oc Mdef Brace] Category=3 Description="(OC) Add or remove newline between method declaration and '{'." Enabled=false EditorType=multiple Choices=nl_oc_mdef_brace\s*=\s*ignore|nl_oc_mdef_brace\s*=\s*add|nl_oc_mdef_brace\s*=\s*remove|nl_oc_mdef_brace\s*=\s*force|nl_oc_mdef_brace\s*=\s*not_defined ChoicesReadable="Ignore Nl Oc Mdef Brace|Add Nl Oc Mdef Brace|Remove Nl Oc Mdef Brace|Force Nl Oc Mdef Brace" ValueDefault=ignore [Nl Oc Block Brace] Category=3 Description="(OC) Add or remove newline between Objective-C block signature and '{'." Enabled=false EditorType=multiple Choices=nl_oc_block_brace\s*=\s*ignore|nl_oc_block_brace\s*=\s*add|nl_oc_block_brace\s*=\s*remove|nl_oc_block_brace\s*=\s*force|nl_oc_block_brace\s*=\s*not_defined ChoicesReadable="Ignore Nl Oc Block Brace|Add Nl Oc Block Brace|Remove Nl Oc Block Brace|Force Nl Oc Block Brace" ValueDefault=ignore [Nl Oc Before Interface] Category=3 Description="(OC) Add or remove blank line before '@interface' statement." Enabled=false EditorType=multiple Choices=nl_oc_before_interface\s*=\s*ignore|nl_oc_before_interface\s*=\s*add|nl_oc_before_interface\s*=\s*remove|nl_oc_before_interface\s*=\s*force|nl_oc_before_interface\s*=\s*not_defined ChoicesReadable="Ignore Nl Oc Before Interface|Add Nl Oc Before Interface|Remove Nl Oc Before Interface|Force Nl Oc Before Interface" ValueDefault=ignore [Nl Oc Before Implementation] Category=3 Description="(OC) Add or remove blank line before '@implementation' statement." Enabled=false EditorType=multiple Choices=nl_oc_before_implementation\s*=\s*ignore|nl_oc_before_implementation\s*=\s*add|nl_oc_before_implementation\s*=\s*remove|nl_oc_before_implementation\s*=\s*force|nl_oc_before_implementation\s*=\s*not_defined ChoicesReadable="Ignore Nl Oc Before Implementation|Add Nl Oc Before Implementation|Remove Nl Oc Before Implementation|Force Nl Oc Before Implementation" ValueDefault=ignore [Nl Oc Before End] Category=3 Description="(OC) Add or remove blank line before '@end' statement." Enabled=false EditorType=multiple Choices=nl_oc_before_end\s*=\s*ignore|nl_oc_before_end\s*=\s*add|nl_oc_before_end\s*=\s*remove|nl_oc_before_end\s*=\s*force|nl_oc_before_end\s*=\s*not_defined ChoicesReadable="Ignore Nl Oc Before End|Add Nl Oc Before End|Remove Nl Oc Before End|Force Nl Oc Before End" ValueDefault=ignore [Nl Oc Interface Brace] Category=3 Description="(OC) Add or remove newline between '@interface' and '{'." Enabled=false EditorType=multiple Choices=nl_oc_interface_brace\s*=\s*ignore|nl_oc_interface_brace\s*=\s*add|nl_oc_interface_brace\s*=\s*remove|nl_oc_interface_brace\s*=\s*force|nl_oc_interface_brace\s*=\s*not_defined ChoicesReadable="Ignore Nl Oc Interface Brace|Add Nl Oc Interface Brace|Remove Nl Oc Interface Brace|Force Nl Oc Interface Brace" ValueDefault=ignore [Nl Oc Implementation Brace] Category=3 Description="(OC) Add or remove newline between '@implementation' and '{'." Enabled=false EditorType=multiple Choices=nl_oc_implementation_brace\s*=\s*ignore|nl_oc_implementation_brace\s*=\s*add|nl_oc_implementation_brace\s*=\s*remove|nl_oc_implementation_brace\s*=\s*force|nl_oc_implementation_brace\s*=\s*not_defined ChoicesReadable="Ignore Nl Oc Implementation Brace|Add Nl Oc Implementation Brace|Remove Nl Oc Implementation Brace|Force Nl Oc Implementation Brace" ValueDefault=ignore [Nl Start Of File] Category=3 Description="Add or remove newlines at the start of the file." Enabled=false EditorType=multiple Choices=nl_start_of_file\s*=\s*ignore|nl_start_of_file\s*=\s*add|nl_start_of_file\s*=\s*remove|nl_start_of_file\s*=\s*force|nl_start_of_file\s*=\s*not_defined ChoicesReadable="Ignore Nl Start Of File|Add Nl Start Of File|Remove Nl Start Of File|Force Nl Start Of File" ValueDefault=ignore [Nl Start Of File Min] Category=3 Description="The minimum number of newlines at the start of the file (only used if
nl_start_of_file is 'add' or 'force')." Enabled=false EditorType=numeric CallName="nl_start_of_file_min\s*=\s*" MinVal=0 MaxVal=16 ValueDefault=0 [Nl End Of File] Category=3 Description="Add or remove newline at the end of the file." Enabled=false EditorType=multiple Choices=nl_end_of_file\s*=\s*ignore|nl_end_of_file\s*=\s*add|nl_end_of_file\s*=\s*remove|nl_end_of_file\s*=\s*force|nl_end_of_file\s*=\s*not_defined ChoicesReadable="Ignore Nl End Of File|Add Nl End Of File|Remove Nl End Of File|Force Nl End Of File" ValueDefault=ignore [Nl End Of File Min] Category=3 Description="The minimum number of newlines at the end of the file (only used if
nl_end_of_file is 'add' or 'force')." Enabled=false EditorType=numeric CallName="nl_end_of_file_min\s*=\s*" MinVal=0 MaxVal=16 ValueDefault=0 [Nl Assign Brace] Category=3 Description="Add or remove newline between '=' and '{'." Enabled=false EditorType=multiple Choices=nl_assign_brace\s*=\s*ignore|nl_assign_brace\s*=\s*add|nl_assign_brace\s*=\s*remove|nl_assign_brace\s*=\s*force|nl_assign_brace\s*=\s*not_defined ChoicesReadable="Ignore Nl Assign Brace|Add Nl Assign Brace|Remove Nl Assign Brace|Force Nl Assign Brace" ValueDefault=ignore [Nl Assign Square] Category=3 Description="(D) Add or remove newline between '=' and '['." Enabled=false EditorType=multiple Choices=nl_assign_square\s*=\s*ignore|nl_assign_square\s*=\s*add|nl_assign_square\s*=\s*remove|nl_assign_square\s*=\s*force|nl_assign_square\s*=\s*not_defined ChoicesReadable="Ignore Nl Assign Square|Add Nl Assign Square|Remove Nl Assign Square|Force Nl Assign Square" ValueDefault=ignore [Nl Tsquare Brace] Category=3 Description="Add or remove newline between '[]' and '{'." Enabled=false EditorType=multiple Choices=nl_tsquare_brace\s*=\s*ignore|nl_tsquare_brace\s*=\s*add|nl_tsquare_brace\s*=\s*remove|nl_tsquare_brace\s*=\s*force|nl_tsquare_brace\s*=\s*not_defined ChoicesReadable="Ignore Nl Tsquare Brace|Add Nl Tsquare Brace|Remove Nl Tsquare Brace|Force Nl Tsquare Brace" ValueDefault=ignore [Nl After Square Assign] Category=3 Description="(D) Add or remove newline after '= ['. Will also affect the newline before
the ']'." Enabled=false EditorType=multiple Choices=nl_after_square_assign\s*=\s*ignore|nl_after_square_assign\s*=\s*add|nl_after_square_assign\s*=\s*remove|nl_after_square_assign\s*=\s*force|nl_after_square_assign\s*=\s*not_defined ChoicesReadable="Ignore Nl After Square Assign|Add Nl After Square Assign|Remove Nl After Square Assign|Force Nl After Square Assign" ValueDefault=ignore [Nl Fcall Brace] Category=3 Description="Add or remove newline between a function call's ')' and '{', as in
'list_for_each(item, &list) { }'." Enabled=false EditorType=multiple Choices=nl_fcall_brace\s*=\s*ignore|nl_fcall_brace\s*=\s*add|nl_fcall_brace\s*=\s*remove|nl_fcall_brace\s*=\s*force|nl_fcall_brace\s*=\s*not_defined ChoicesReadable="Ignore Nl Fcall Brace|Add Nl Fcall Brace|Remove Nl Fcall Brace|Force Nl Fcall Brace" ValueDefault=ignore [Nl Enum Brace] Category=3 Description="Add or remove newline between 'enum' and '{'." Enabled=false EditorType=multiple Choices=nl_enum_brace\s*=\s*ignore|nl_enum_brace\s*=\s*add|nl_enum_brace\s*=\s*remove|nl_enum_brace\s*=\s*force|nl_enum_brace\s*=\s*not_defined ChoicesReadable="Ignore Nl Enum Brace|Add Nl Enum Brace|Remove Nl Enum Brace|Force Nl Enum Brace" ValueDefault=ignore [Nl Enum Class] Category=3 Description="Add or remove newline between 'enum' and 'class'." Enabled=false EditorType=multiple Choices=nl_enum_class\s*=\s*ignore|nl_enum_class\s*=\s*add|nl_enum_class\s*=\s*remove|nl_enum_class\s*=\s*force|nl_enum_class\s*=\s*not_defined ChoicesReadable="Ignore Nl Enum Class|Add Nl Enum Class|Remove Nl Enum Class|Force Nl Enum Class" ValueDefault=ignore [Nl Enum Class Identifier] Category=3 Description="Add or remove newline between 'enum class' and the identifier." Enabled=false EditorType=multiple Choices=nl_enum_class_identifier\s*=\s*ignore|nl_enum_class_identifier\s*=\s*add|nl_enum_class_identifier\s*=\s*remove|nl_enum_class_identifier\s*=\s*force|nl_enum_class_identifier\s*=\s*not_defined ChoicesReadable="Ignore Nl Enum Class Identifier|Add Nl Enum Class Identifier|Remove Nl Enum Class Identifier|Force Nl Enum Class Identifier" ValueDefault=ignore [Nl Enum Identifier Colon] Category=3 Description="Add or remove newline between 'enum class' type and ':'." Enabled=false EditorType=multiple Choices=nl_enum_identifier_colon\s*=\s*ignore|nl_enum_identifier_colon\s*=\s*add|nl_enum_identifier_colon\s*=\s*remove|nl_enum_identifier_colon\s*=\s*force|nl_enum_identifier_colon\s*=\s*not_defined ChoicesReadable="Ignore Nl Enum Identifier Colon|Add Nl Enum Identifier Colon|Remove Nl Enum Identifier Colon|Force Nl Enum Identifier Colon" ValueDefault=ignore [Nl Enum Colon Type] Category=3 Description="Add or remove newline between 'enum class identifier :' and type." Enabled=false EditorType=multiple Choices=nl_enum_colon_type\s*=\s*ignore|nl_enum_colon_type\s*=\s*add|nl_enum_colon_type\s*=\s*remove|nl_enum_colon_type\s*=\s*force|nl_enum_colon_type\s*=\s*not_defined ChoicesReadable="Ignore Nl Enum Colon Type|Add Nl Enum Colon Type|Remove Nl Enum Colon Type|Force Nl Enum Colon Type" ValueDefault=ignore [Nl Struct Brace] Category=3 Description="Add or remove newline between 'struct and '{'." Enabled=false EditorType=multiple Choices=nl_struct_brace\s*=\s*ignore|nl_struct_brace\s*=\s*add|nl_struct_brace\s*=\s*remove|nl_struct_brace\s*=\s*force|nl_struct_brace\s*=\s*not_defined ChoicesReadable="Ignore Nl Struct Brace|Add Nl Struct Brace|Remove Nl Struct Brace|Force Nl Struct Brace" ValueDefault=ignore [Nl Union Brace] Category=3 Description="Add or remove newline between 'union' and '{'." Enabled=false EditorType=multiple Choices=nl_union_brace\s*=\s*ignore|nl_union_brace\s*=\s*add|nl_union_brace\s*=\s*remove|nl_union_brace\s*=\s*force|nl_union_brace\s*=\s*not_defined ChoicesReadable="Ignore Nl Union Brace|Add Nl Union Brace|Remove Nl Union Brace|Force Nl Union Brace" ValueDefault=ignore [Nl If Brace] Category=3 Description="Add or remove newline between 'if' and '{'." Enabled=false EditorType=multiple Choices=nl_if_brace\s*=\s*ignore|nl_if_brace\s*=\s*add|nl_if_brace\s*=\s*remove|nl_if_brace\s*=\s*force|nl_if_brace\s*=\s*not_defined ChoicesReadable="Ignore Nl If Brace|Add Nl If Brace|Remove Nl If Brace|Force Nl If Brace" ValueDefault=ignore [Nl Brace Else] Category=3 Description="Add or remove newline between '}' and 'else'." Enabled=false EditorType=multiple Choices=nl_brace_else\s*=\s*ignore|nl_brace_else\s*=\s*add|nl_brace_else\s*=\s*remove|nl_brace_else\s*=\s*force|nl_brace_else\s*=\s*not_defined ChoicesReadable="Ignore Nl Brace Else|Add Nl Brace Else|Remove Nl Brace Else|Force Nl Brace Else" ValueDefault=ignore [Nl Elseif Brace] Category=3 Description="Add or remove newline between 'else if' and '{'. If set to ignore,
nl_if_brace is used instead." Enabled=false EditorType=multiple Choices=nl_elseif_brace\s*=\s*ignore|nl_elseif_brace\s*=\s*add|nl_elseif_brace\s*=\s*remove|nl_elseif_brace\s*=\s*force|nl_elseif_brace\s*=\s*not_defined ChoicesReadable="Ignore Nl Elseif Brace|Add Nl Elseif Brace|Remove Nl Elseif Brace|Force Nl Elseif Brace" ValueDefault=ignore [Nl Else Brace] Category=3 Description="Add or remove newline between 'else' and '{'." Enabled=false EditorType=multiple Choices=nl_else_brace\s*=\s*ignore|nl_else_brace\s*=\s*add|nl_else_brace\s*=\s*remove|nl_else_brace\s*=\s*force|nl_else_brace\s*=\s*not_defined ChoicesReadable="Ignore Nl Else Brace|Add Nl Else Brace|Remove Nl Else Brace|Force Nl Else Brace" ValueDefault=ignore [Nl Else If] Category=3 Description="Add or remove newline between 'else' and 'if'." Enabled=false EditorType=multiple Choices=nl_else_if\s*=\s*ignore|nl_else_if\s*=\s*add|nl_else_if\s*=\s*remove|nl_else_if\s*=\s*force|nl_else_if\s*=\s*not_defined ChoicesReadable="Ignore Nl Else If|Add Nl Else If|Remove Nl Else If|Force Nl Else If" ValueDefault=ignore [Nl Before Opening Brace Func Class Def] Category=3 Description="Add or remove newline before '{' opening brace" Enabled=false EditorType=multiple Choices=nl_before_opening_brace_func_class_def\s*=\s*ignore|nl_before_opening_brace_func_class_def\s*=\s*add|nl_before_opening_brace_func_class_def\s*=\s*remove|nl_before_opening_brace_func_class_def\s*=\s*force|nl_before_opening_brace_func_class_def\s*=\s*not_defined ChoicesReadable="Ignore Nl Before Opening Brace Func Class Def|Add Nl Before Opening Brace Func Class Def|Remove Nl Before Opening Brace Func Class Def|Force Nl Before Opening Brace Func Class Def" ValueDefault=ignore [Nl Before If Closing Paren] Category=3 Description="Add or remove newline before 'if'/'else if' closing parenthesis." Enabled=false EditorType=multiple Choices=nl_before_if_closing_paren\s*=\s*ignore|nl_before_if_closing_paren\s*=\s*add|nl_before_if_closing_paren\s*=\s*remove|nl_before_if_closing_paren\s*=\s*force|nl_before_if_closing_paren\s*=\s*not_defined ChoicesReadable="Ignore Nl Before If Closing Paren|Add Nl Before If Closing Paren|Remove Nl Before If Closing Paren|Force Nl Before If Closing Paren" ValueDefault=ignore [Nl Brace Finally] Category=3 Description="Add or remove newline between '}' and 'finally'." Enabled=false EditorType=multiple Choices=nl_brace_finally\s*=\s*ignore|nl_brace_finally\s*=\s*add|nl_brace_finally\s*=\s*remove|nl_brace_finally\s*=\s*force|nl_brace_finally\s*=\s*not_defined ChoicesReadable="Ignore Nl Brace Finally|Add Nl Brace Finally|Remove Nl Brace Finally|Force Nl Brace Finally" ValueDefault=ignore [Nl Finally Brace] Category=3 Description="Add or remove newline between 'finally' and '{'." Enabled=false EditorType=multiple Choices=nl_finally_brace\s*=\s*ignore|nl_finally_brace\s*=\s*add|nl_finally_brace\s*=\s*remove|nl_finally_brace\s*=\s*force|nl_finally_brace\s*=\s*not_defined ChoicesReadable="Ignore Nl Finally Brace|Add Nl Finally Brace|Remove Nl Finally Brace|Force Nl Finally Brace" ValueDefault=ignore [Nl Try Brace] Category=3 Description="Add or remove newline between 'try' and '{'." Enabled=false EditorType=multiple Choices=nl_try_brace\s*=\s*ignore|nl_try_brace\s*=\s*add|nl_try_brace\s*=\s*remove|nl_try_brace\s*=\s*force|nl_try_brace\s*=\s*not_defined ChoicesReadable="Ignore Nl Try Brace|Add Nl Try Brace|Remove Nl Try Brace|Force Nl Try Brace" ValueDefault=ignore [Nl Getset Brace] Category=3 Description="Add or remove newline between get/set and '{'." Enabled=false EditorType=multiple Choices=nl_getset_brace\s*=\s*ignore|nl_getset_brace\s*=\s*add|nl_getset_brace\s*=\s*remove|nl_getset_brace\s*=\s*force|nl_getset_brace\s*=\s*not_defined ChoicesReadable="Ignore Nl Getset Brace|Add Nl Getset Brace|Remove Nl Getset Brace|Force Nl Getset Brace" ValueDefault=ignore [Nl For Brace] Category=3 Description="Add or remove newline between 'for' and '{'." Enabled=false EditorType=multiple Choices=nl_for_brace\s*=\s*ignore|nl_for_brace\s*=\s*add|nl_for_brace\s*=\s*remove|nl_for_brace\s*=\s*force|nl_for_brace\s*=\s*not_defined ChoicesReadable="Ignore Nl For Brace|Add Nl For Brace|Remove Nl For Brace|Force Nl For Brace" ValueDefault=ignore [Nl Catch Brace] Category=3 Description="Add or remove newline before the '{' of a 'catch' statement, as in
'catch (decl) <here> {'." Enabled=false EditorType=multiple Choices=nl_catch_brace\s*=\s*ignore|nl_catch_brace\s*=\s*add|nl_catch_brace\s*=\s*remove|nl_catch_brace\s*=\s*force|nl_catch_brace\s*=\s*not_defined ChoicesReadable="Ignore Nl Catch Brace|Add Nl Catch Brace|Remove Nl Catch Brace|Force Nl Catch Brace" ValueDefault=ignore [Nl Oc Catch Brace] Category=3 Description="(OC) Add or remove newline before the '{' of a '@catch' statement, as in
'@catch (decl) <here> {'. If set to ignore, nl_catch_brace is used." Enabled=false EditorType=multiple Choices=nl_oc_catch_brace\s*=\s*ignore|nl_oc_catch_brace\s*=\s*add|nl_oc_catch_brace\s*=\s*remove|nl_oc_catch_brace\s*=\s*force|nl_oc_catch_brace\s*=\s*not_defined ChoicesReadable="Ignore Nl Oc Catch Brace|Add Nl Oc Catch Brace|Remove Nl Oc Catch Brace|Force Nl Oc Catch Brace" ValueDefault=ignore [Nl Brace Catch] Category=3 Description="Add or remove newline between '}' and 'catch'." Enabled=false EditorType=multiple Choices=nl_brace_catch\s*=\s*ignore|nl_brace_catch\s*=\s*add|nl_brace_catch\s*=\s*remove|nl_brace_catch\s*=\s*force|nl_brace_catch\s*=\s*not_defined ChoicesReadable="Ignore Nl Brace Catch|Add Nl Brace Catch|Remove Nl Brace Catch|Force Nl Brace Catch" ValueDefault=ignore [Nl Oc Brace Catch] Category=3 Description="(OC) Add or remove newline between '}' and '@catch'. If set to ignore,
nl_brace_catch is used." Enabled=false EditorType=multiple Choices=nl_oc_brace_catch\s*=\s*ignore|nl_oc_brace_catch\s*=\s*add|nl_oc_brace_catch\s*=\s*remove|nl_oc_brace_catch\s*=\s*force|nl_oc_brace_catch\s*=\s*not_defined ChoicesReadable="Ignore Nl Oc Brace Catch|Add Nl Oc Brace Catch|Remove Nl Oc Brace Catch|Force Nl Oc Brace Catch" ValueDefault=ignore [Nl Brace Square] Category=3 Description="Add or remove newline between '}' and ']'." Enabled=false EditorType=multiple Choices=nl_brace_square\s*=\s*ignore|nl_brace_square\s*=\s*add|nl_brace_square\s*=\s*remove|nl_brace_square\s*=\s*force|nl_brace_square\s*=\s*not_defined ChoicesReadable="Ignore Nl Brace Square|Add Nl Brace Square|Remove Nl Brace Square|Force Nl Brace Square" ValueDefault=ignore [Nl Brace Fparen] Category=3 Description="Add or remove newline between '}' and ')' in a function invocation." Enabled=false EditorType=multiple Choices=nl_brace_fparen\s*=\s*ignore|nl_brace_fparen\s*=\s*add|nl_brace_fparen\s*=\s*remove|nl_brace_fparen\s*=\s*force|nl_brace_fparen\s*=\s*not_defined ChoicesReadable="Ignore Nl Brace Fparen|Add Nl Brace Fparen|Remove Nl Brace Fparen|Force Nl Brace Fparen" ValueDefault=ignore [Nl While Brace] Category=3 Description="Add or remove newline between 'while' and '{'." Enabled=false EditorType=multiple Choices=nl_while_brace\s*=\s*ignore|nl_while_brace\s*=\s*add|nl_while_brace\s*=\s*remove|nl_while_brace\s*=\s*force|nl_while_brace\s*=\s*not_defined ChoicesReadable="Ignore Nl While Brace|Add Nl While Brace|Remove Nl While Brace|Force Nl While Brace" ValueDefault=ignore [Nl Scope Brace] Category=3 Description="(D) Add or remove newline between 'scope (x)' and '{'." Enabled=false EditorType=multiple Choices=nl_scope_brace\s*=\s*ignore|nl_scope_brace\s*=\s*add|nl_scope_brace\s*=\s*remove|nl_scope_brace\s*=\s*force|nl_scope_brace\s*=\s*not_defined ChoicesReadable="Ignore Nl Scope Brace|Add Nl Scope Brace|Remove Nl Scope Brace|Force Nl Scope Brace" ValueDefault=ignore [Nl Unittest Brace] Category=3 Description="(D) Add or remove newline between 'unittest' and '{'." Enabled=false EditorType=multiple Choices=nl_unittest_brace\s*=\s*ignore|nl_unittest_brace\s*=\s*add|nl_unittest_brace\s*=\s*remove|nl_unittest_brace\s*=\s*force|nl_unittest_brace\s*=\s*not_defined ChoicesReadable="Ignore Nl Unittest Brace|Add Nl Unittest Brace|Remove Nl Unittest Brace|Force Nl Unittest Brace" ValueDefault=ignore [Nl Version Brace] Category=3 Description="(D) Add or remove newline between 'version (x)' and '{'." Enabled=false EditorType=multiple Choices=nl_version_brace\s*=\s*ignore|nl_version_brace\s*=\s*add|nl_version_brace\s*=\s*remove|nl_version_brace\s*=\s*force|nl_version_brace\s*=\s*not_defined ChoicesReadable="Ignore Nl Version Brace|Add Nl Version Brace|Remove Nl Version Brace|Force Nl Version Brace" ValueDefault=ignore [Nl Using Brace] Category=3 Description="(C#) Add or remove newline between 'using' and '{'." Enabled=false EditorType=multiple Choices=nl_using_brace\s*=\s*ignore|nl_using_brace\s*=\s*add|nl_using_brace\s*=\s*remove|nl_using_brace\s*=\s*force|nl_using_brace\s*=\s*not_defined ChoicesReadable="Ignore Nl Using Brace|Add Nl Using Brace|Remove Nl Using Brace|Force Nl Using Brace" ValueDefault=ignore [Nl Brace Brace] Category=3 Description="Add or remove newline between two open or close braces. Due to general
newline/brace handling, REMOVE may not work." Enabled=false EditorType=multiple Choices=nl_brace_brace\s*=\s*ignore|nl_brace_brace\s*=\s*add|nl_brace_brace\s*=\s*remove|nl_brace_brace\s*=\s*force|nl_brace_brace\s*=\s*not_defined ChoicesReadable="Ignore Nl Brace Brace|Add Nl Brace Brace|Remove Nl Brace Brace|Force Nl Brace Brace" ValueDefault=ignore [Nl Do Brace] Category=3 Description="Add or remove newline between 'do' and '{'." Enabled=false EditorType=multiple Choices=nl_do_brace\s*=\s*ignore|nl_do_brace\s*=\s*add|nl_do_brace\s*=\s*remove|nl_do_brace\s*=\s*force|nl_do_brace\s*=\s*not_defined ChoicesReadable="Ignore Nl Do Brace|Add Nl Do Brace|Remove Nl Do Brace|Force Nl Do Brace" ValueDefault=ignore [Nl Brace While] Category=3 Description="Add or remove newline between '}' and 'while' of 'do' statement." Enabled=false EditorType=multiple Choices=nl_brace_while\s*=\s*ignore|nl_brace_while\s*=\s*add|nl_brace_while\s*=\s*remove|nl_brace_while\s*=\s*force|nl_brace_while\s*=\s*not_defined ChoicesReadable="Ignore Nl Brace While|Add Nl Brace While|Remove Nl Brace While|Force Nl Brace While" ValueDefault=ignore [Nl Switch Brace] Category=3 Description="Add or remove newline between 'switch' and '{'." Enabled=false EditorType=multiple Choices=nl_switch_brace\s*=\s*ignore|nl_switch_brace\s*=\s*add|nl_switch_brace\s*=\s*remove|nl_switch_brace\s*=\s*force|nl_switch_brace\s*=\s*not_defined ChoicesReadable="Ignore Nl Switch Brace|Add Nl Switch Brace|Remove Nl Switch Brace|Force Nl Switch Brace" ValueDefault=ignore [Nl Synchronized Brace] Category=3 Description="Add or remove newline between 'synchronized' and '{'." Enabled=false EditorType=multiple Choices=nl_synchronized_brace\s*=\s*ignore|nl_synchronized_brace\s*=\s*add|nl_synchronized_brace\s*=\s*remove|nl_synchronized_brace\s*=\s*force|nl_synchronized_brace\s*=\s*not_defined ChoicesReadable="Ignore Nl Synchronized Brace|Add Nl Synchronized Brace|Remove Nl Synchronized Brace|Force Nl Synchronized Brace" ValueDefault=ignore [Nl Multi Line Cond] Category=3 Description="Add a newline between ')' and '{' if the ')' is on a different line than the
if/for/etc.

Overrides nl_for_brace, nl_if_brace, nl_switch_brace, nl_while_switch and
nl_catch_brace." Enabled=false EditorType=boolean TrueFalse=nl_multi_line_cond\s*=\s*true|nl_multi_line_cond\s*=\s*false ValueDefault=false [Nl Multi Line Sparen Open] Category=3 Description="Add a newline after '(' if an if/for/while/switch condition spans multiple
lines" Enabled=false EditorType=multiple Choices=nl_multi_line_sparen_open\s*=\s*ignore|nl_multi_line_sparen_open\s*=\s*add|nl_multi_line_sparen_open\s*=\s*remove|nl_multi_line_sparen_open\s*=\s*force|nl_multi_line_sparen_open\s*=\s*not_defined ChoicesReadable="Ignore Nl Multi Line Sparen Open|Add Nl Multi Line Sparen Open|Remove Nl Multi Line Sparen Open|Force Nl Multi Line Sparen Open" ValueDefault=ignore [Nl Multi Line Sparen Close] Category=3 Description="Add a newline before ')' if an if/for/while/switch condition spans multiple
lines. Overrides nl_before_if_closing_paren if both are specified." Enabled=false EditorType=multiple Choices=nl_multi_line_sparen_close\s*=\s*ignore|nl_multi_line_sparen_close\s*=\s*add|nl_multi_line_sparen_close\s*=\s*remove|nl_multi_line_sparen_close\s*=\s*force|nl_multi_line_sparen_close\s*=\s*not_defined ChoicesReadable="Ignore Nl Multi Line Sparen Close|Add Nl Multi Line Sparen Close|Remove Nl Multi Line Sparen Close|Force Nl Multi Line Sparen Close" ValueDefault=ignore [Nl Multi Line Define] Category=3 Description="Force a newline in a define after the macro name for multi-line defines." Enabled=false EditorType=boolean TrueFalse=nl_multi_line_define\s*=\s*true|nl_multi_line_define\s*=\s*false ValueDefault=false [Nl Before Case] Category=3 Description="Whether to add a newline before 'case', and a blank line before a 'case'
statement that follows a ';' or '}'." Enabled=false EditorType=boolean TrueFalse=nl_before_case\s*=\s*true|nl_before_case\s*=\s*false ValueDefault=false [Nl After Case] Category=3 Description="Whether to add a newline after a 'case' statement." Enabled=false EditorType=boolean TrueFalse=nl_after_case\s*=\s*true|nl_after_case\s*=\s*false ValueDefault=false [Nl Case Colon Brace] Category=3 Description="Add or remove newline between a case ':' and '{'.

Overrides nl_after_case." Enabled=false EditorType=multiple Choices=nl_case_colon_brace\s*=\s*ignore|nl_case_colon_brace\s*=\s*add|nl_case_colon_brace\s*=\s*remove|nl_case_colon_brace\s*=\s*force|nl_case_colon_brace\s*=\s*not_defined ChoicesReadable="Ignore Nl Case Colon Brace|Add Nl Case Colon Brace|Remove Nl Case Colon Brace|Force Nl Case Colon Brace" ValueDefault=ignore [Nl Before Throw] Category=3 Description="Add or remove newline between ')' and 'throw'." Enabled=false EditorType=multiple Choices=nl_before_throw\s*=\s*ignore|nl_before_throw\s*=\s*add|nl_before_throw\s*=\s*remove|nl_before_throw\s*=\s*force|nl_before_throw\s*=\s*not_defined ChoicesReadable="Ignore Nl Before Throw|Add Nl Before Throw|Remove Nl Before Throw|Force Nl Before Throw" ValueDefault=ignore [Nl Namespace Brace] Category=3 Description="Add or remove newline between 'namespace' and '{'." Enabled=false EditorType=multiple Choices=nl_namespace_brace\s*=\s*ignore|nl_namespace_brace\s*=\s*add|nl_namespace_brace\s*=\s*remove|nl_namespace_brace\s*=\s*force|nl_namespace_brace\s*=\s*not_defined ChoicesReadable="Ignore Nl Namespace Brace|Add Nl Namespace Brace|Remove Nl Namespace Brace|Force Nl Namespace Brace" ValueDefault=ignore [Nl Template Class] Category=3 Description="Add or remove newline after 'template<...>' of a template class." Enabled=false EditorType=multiple Choices=nl_template_class\s*=\s*ignore|nl_template_class\s*=\s*add|nl_template_class\s*=\s*remove|nl_template_class\s*=\s*force|nl_template_class\s*=\s*not_defined ChoicesReadable="Ignore Nl Template Class|Add Nl Template Class|Remove Nl Template Class|Force Nl Template Class" ValueDefault=ignore [Nl Template Class Decl] Category=3 Description="Add or remove newline after 'template<...>' of a template class declaration.

Overrides nl_template_class." Enabled=false EditorType=multiple Choices=nl_template_class_decl\s*=\s*ignore|nl_template_class_decl\s*=\s*add|nl_template_class_decl\s*=\s*remove|nl_template_class_decl\s*=\s*force|nl_template_class_decl\s*=\s*not_defined ChoicesReadable="Ignore Nl Template Class Decl|Add Nl Template Class Decl|Remove Nl Template Class Decl|Force Nl Template Class Decl" ValueDefault=ignore [Nl Template Class Decl Special] Category=3 Description="Add or remove newline after 'template<>' of a specialized class declaration.

Overrides nl_template_class_decl." Enabled=false EditorType=multiple Choices=nl_template_class_decl_special\s*=\s*ignore|nl_template_class_decl_special\s*=\s*add|nl_template_class_decl_special\s*=\s*remove|nl_template_class_decl_special\s*=\s*force|nl_template_class_decl_special\s*=\s*not_defined ChoicesReadable="Ignore Nl Template Class Decl Special|Add Nl Template Class Decl Special|Remove Nl Template Class Decl Special|Force Nl Template Class Decl Special" ValueDefault=ignore [Nl Template Class Def] Category=3 Description="Add or remove newline after 'template<...>' of a template class definition.

Overrides nl_template_class." Enabled=false EditorType=multiple Choices=nl_template_class_def\s*=\s*ignore|nl_template_class_def\s*=\s*add|nl_template_class_def\s*=\s*remove|nl_template_class_def\s*=\s*force|nl_template_class_def\s*=\s*not_defined ChoicesReadable="Ignore Nl Template Class Def|Add Nl Template Class Def|Remove Nl Template Class Def|Force Nl Template Class Def" ValueDefault=ignore [Nl Template Class Def Special] Category=3 Description="Add or remove newline after 'template<>' of a specialized class definition.

Overrides nl_template_class_def." Enabled=false EditorType=multiple Choices=nl_template_class_def_special\s*=\s*ignore|nl_template_class_def_special\s*=\s*add|nl_template_class_def_special\s*=\s*remove|nl_template_class_def_special\s*=\s*force|nl_template_class_def_special\s*=\s*not_defined ChoicesReadable="Ignore Nl Template Class Def Special|Add Nl Template Class Def Special|Remove Nl Template Class Def Special|Force Nl Template Class Def Special" ValueDefault=ignore [Nl Template Func] Category=3 Description="Add or remove newline after 'template<...>' of a template function." Enabled=false EditorType=multiple Choices=nl_template_func\s*=\s*ignore|nl_template_func\s*=\s*add|nl_template_func\s*=\s*remove|nl_template_func\s*=\s*force|nl_template_func\s*=\s*not_defined ChoicesReadable="Ignore Nl Template Func|Add Nl Template Func|Remove Nl Template Func|Force Nl Template Func" ValueDefault=ignore [Nl Template Func Decl] Category=3 Description="Add or remove newline after 'template<...>' of a template function
declaration.

Overrides nl_template_func." Enabled=false EditorType=multiple Choices=nl_template_func_decl\s*=\s*ignore|nl_template_func_decl\s*=\s*add|nl_template_func_decl\s*=\s*remove|nl_template_func_decl\s*=\s*force|nl_template_func_decl\s*=\s*not_defined ChoicesReadable="Ignore Nl Template Func Decl|Add Nl Template Func Decl|Remove Nl Template Func Decl|Force Nl Template Func Decl" ValueDefault=ignore [Nl Template Func Decl Special] Category=3 Description="Add or remove newline after 'template<>' of a specialized function
declaration.

Overrides nl_template_func_decl." Enabled=false EditorType=multiple Choices=nl_template_func_decl_special\s*=\s*ignore|nl_template_func_decl_special\s*=\s*add|nl_template_func_decl_special\s*=\s*remove|nl_template_func_decl_special\s*=\s*force|nl_template_func_decl_special\s*=\s*not_defined ChoicesReadable="Ignore Nl Template Func Decl Special|Add Nl Template Func Decl Special|Remove Nl Template Func Decl Special|Force Nl Template Func Decl Special" ValueDefault=ignore [Nl Template Func Def] Category=3 Description="Add or remove newline after 'template<...>' of a template function
definition.

Overrides nl_template_func." Enabled=false EditorType=multiple Choices=nl_template_func_def\s*=\s*ignore|nl_template_func_def\s*=\s*add|nl_template_func_def\s*=\s*remove|nl_template_func_def\s*=\s*force|nl_template_func_def\s*=\s*not_defined ChoicesReadable="Ignore Nl Template Func Def|Add Nl Template Func Def|Remove Nl Template Func Def|Force Nl Template Func Def" ValueDefault=ignore [Nl Template Func Def Special] Category=3 Description="Add or remove newline after 'template<>' of a specialized function
definition.

Overrides nl_template_func_def." Enabled=false EditorType=multiple Choices=nl_template_func_def_special\s*=\s*ignore|nl_template_func_def_special\s*=\s*add|nl_template_func_def_special\s*=\s*remove|nl_template_func_def_special\s*=\s*force|nl_template_func_def_special\s*=\s*not_defined ChoicesReadable="Ignore Nl Template Func Def Special|Add Nl Template Func Def Special|Remove Nl Template Func Def Special|Force Nl Template Func Def Special" ValueDefault=ignore [Nl Template Var] Category=3 Description="Add or remove newline after 'template<...>' of a template variable." Enabled=false EditorType=multiple Choices=nl_template_var\s*=\s*ignore|nl_template_var\s*=\s*add|nl_template_var\s*=\s*remove|nl_template_var\s*=\s*force|nl_template_var\s*=\s*not_defined ChoicesReadable="Ignore Nl Template Var|Add Nl Template Var|Remove Nl Template Var|Force Nl Template Var" ValueDefault=ignore [Nl Template Using] Category=3 Description="Add or remove newline between 'template<...>' and 'using' of a templated
type alias." Enabled=false EditorType=multiple Choices=nl_template_using\s*=\s*ignore|nl_template_using\s*=\s*add|nl_template_using\s*=\s*remove|nl_template_using\s*=\s*force|nl_template_using\s*=\s*not_defined ChoicesReadable="Ignore Nl Template Using|Add Nl Template Using|Remove Nl Template Using|Force Nl Template Using" ValueDefault=ignore [Nl Class Brace] Category=3 Description="Add or remove newline between 'class' and '{'." Enabled=false EditorType=multiple Choices=nl_class_brace\s*=\s*ignore|nl_class_brace\s*=\s*add|nl_class_brace\s*=\s*remove|nl_class_brace\s*=\s*force|nl_class_brace\s*=\s*not_defined ChoicesReadable="Ignore Nl Class Brace|Add Nl Class Brace|Remove Nl Class Brace|Force Nl Class Brace" ValueDefault=ignore [Nl Class Init Args] Category=3 Description="Add or remove newline before or after (depending on pos_class_comma,
may not be IGNORE) each',' in the base class list." Enabled=false EditorType=multiple Choices=nl_class_init_args\s*=\s*ignore|nl_class_init_args\s*=\s*add|nl_class_init_args\s*=\s*remove|nl_class_init_args\s*=\s*force|nl_class_init_args\s*=\s*not_defined ChoicesReadable="Ignore Nl Class Init Args|Add Nl Class Init Args|Remove Nl Class Init Args|Force Nl Class Init Args" ValueDefault=ignore [Nl Constr Init Args] Category=3 Description="Add or remove newline after each ',' in the constructor member
initialization. Related to nl_constr_colon, pos_constr_colon and
pos_constr_comma." Enabled=false EditorType=multiple Choices=nl_constr_init_args\s*=\s*ignore|nl_constr_init_args\s*=\s*add|nl_constr_init_args\s*=\s*remove|nl_constr_init_args\s*=\s*force|nl_constr_init_args\s*=\s*not_defined ChoicesReadable="Ignore Nl Constr Init Args|Add Nl Constr Init Args|Remove Nl Constr Init Args|Force Nl Constr Init Args" ValueDefault=ignore [Nl Enum Own Lines] Category=3 Description="Add or remove newline before first element, after comma, and after last
element, in 'enum'." Enabled=false EditorType=multiple Choices=nl_enum_own_lines\s*=\s*ignore|nl_enum_own_lines\s*=\s*add|nl_enum_own_lines\s*=\s*remove|nl_enum_own_lines\s*=\s*force|nl_enum_own_lines\s*=\s*not_defined ChoicesReadable="Ignore Nl Enum Own Lines|Add Nl Enum Own Lines|Remove Nl Enum Own Lines|Force Nl Enum Own Lines" ValueDefault=ignore [Nl Func Type Name] Category=3 Description="Add or remove newline between return type and function name in a function
definition.
might be modified by nl_func_leave_one_liners" Enabled=false EditorType=multiple Choices=nl_func_type_name\s*=\s*ignore|nl_func_type_name\s*=\s*add|nl_func_type_name\s*=\s*remove|nl_func_type_name\s*=\s*force|nl_func_type_name\s*=\s*not_defined ChoicesReadable="Ignore Nl Func Type Name|Add Nl Func Type Name|Remove Nl Func Type Name|Force Nl Func Type Name" ValueDefault=ignore [Nl Func Type Name Class] Category=3 Description="Add or remove newline between return type and function name inside a class
definition. If set to ignore, nl_func_type_name or nl_func_proto_type_name
is used instead." Enabled=false EditorType=multiple Choices=nl_func_type_name_class\s*=\s*ignore|nl_func_type_name_class\s*=\s*add|nl_func_type_name_class\s*=\s*remove|nl_func_type_name_class\s*=\s*force|nl_func_type_name_class\s*=\s*not_defined ChoicesReadable="Ignore Nl Func Type Name Class|Add Nl Func Type Name Class|Remove Nl Func Type Name Class|Force Nl Func Type Name Class" ValueDefault=ignore [Nl Func Class Scope] Category=3 Description="Add or remove newline between class specification and '::'
in 'void A::f() { }'. Only appears in separate member implementation (does
not appear with in-line implementation)." Enabled=false EditorType=multiple Choices=nl_func_class_scope\s*=\s*ignore|nl_func_class_scope\s*=\s*add|nl_func_class_scope\s*=\s*remove|nl_func_class_scope\s*=\s*force|nl_func_class_scope\s*=\s*not_defined ChoicesReadable="Ignore Nl Func Class Scope|Add Nl Func Class Scope|Remove Nl Func Class Scope|Force Nl Func Class Scope" ValueDefault=ignore [Nl Func Scope Name] Category=3 Description="Add or remove newline between function scope and name, as in
'void A :: <here> f() { }'." Enabled=false EditorType=multiple Choices=nl_func_scope_name\s*=\s*ignore|nl_func_scope_name\s*=\s*add|nl_func_scope_name\s*=\s*remove|nl_func_scope_name\s*=\s*force|nl_func_scope_name\s*=\s*not_defined ChoicesReadable="Ignore Nl Func Scope Name|Add Nl Func Scope Name|Remove Nl Func Scope Name|Force Nl Func Scope Name" ValueDefault=ignore [Nl Func Proto Type Name] Category=3 Description="Add or remove newline between return type and function name in a prototype." Enabled=false EditorType=multiple Choices=nl_func_proto_type_name\s*=\s*ignore|nl_func_proto_type_name\s*=\s*add|nl_func_proto_type_name\s*=\s*remove|nl_func_proto_type_name\s*=\s*force|nl_func_proto_type_name\s*=\s*not_defined ChoicesReadable="Ignore Nl Func Proto Type Name|Add Nl Func Proto Type Name|Remove Nl Func Proto Type Name|Force Nl Func Proto Type Name" ValueDefault=ignore [Nl Func Paren] Category=3 Description="Add or remove newline between a function name and the opening '(' in the
declaration." Enabled=false EditorType=multiple Choices=nl_func_paren\s*=\s*ignore|nl_func_paren\s*=\s*add|nl_func_paren\s*=\s*remove|nl_func_paren\s*=\s*force|nl_func_paren\s*=\s*not_defined ChoicesReadable="Ignore Nl Func Paren|Add Nl Func Paren|Remove Nl Func Paren|Force Nl Func Paren" ValueDefault=ignore [Nl Func Paren Empty] Category=3 Description="Overrides nl_func_paren for functions with no parameters." Enabled=false EditorType=multiple Choices=nl_func_paren_empty\s*=\s*ignore|nl_func_paren_empty\s*=\s*add|nl_func_paren_empty\s*=\s*remove|nl_func_paren_empty\s*=\s*force|nl_func_paren_empty\s*=\s*not_defined ChoicesReadable="Ignore Nl Func Paren Empty|Add Nl Func Paren Empty|Remove Nl Func Paren Empty|Force Nl Func Paren Empty" ValueDefault=ignore [Nl Func Def Paren] Category=3 Description="Add or remove newline between a function name and the opening '(' in the
definition." Enabled=false EditorType=multiple Choices=nl_func_def_paren\s*=\s*ignore|nl_func_def_paren\s*=\s*add|nl_func_def_paren\s*=\s*remove|nl_func_def_paren\s*=\s*force|nl_func_def_paren\s*=\s*not_defined ChoicesReadable="Ignore Nl Func Def Paren|Add Nl Func Def Paren|Remove Nl Func Def Paren|Force Nl Func Def Paren" ValueDefault=ignore [Nl Func Def Paren Empty] Category=3 Description="Overrides nl_func_def_paren for functions with no parameters." Enabled=false EditorType=multiple Choices=nl_func_def_paren_empty\s*=\s*ignore|nl_func_def_paren_empty\s*=\s*add|nl_func_def_paren_empty\s*=\s*remove|nl_func_def_paren_empty\s*=\s*force|nl_func_def_paren_empty\s*=\s*not_defined ChoicesReadable="Ignore Nl Func Def Paren Empty|Add Nl Func Def Paren Empty|Remove Nl Func Def Paren Empty|Force Nl Func Def Paren Empty" ValueDefault=ignore [Nl Func Call Paren] Category=3 Description="Add or remove newline between a function name and the opening '(' in the
call." Enabled=false EditorType=multiple Choices=nl_func_call_paren\s*=\s*ignore|nl_func_call_paren\s*=\s*add|nl_func_call_paren\s*=\s*remove|nl_func_call_paren\s*=\s*force|nl_func_call_paren\s*=\s*not_defined ChoicesReadable="Ignore Nl Func Call Paren|Add Nl Func Call Paren|Remove Nl Func Call Paren|Force Nl Func Call Paren" ValueDefault=ignore [Nl Func Call Paren Empty] Category=3 Description="Overrides nl_func_call_paren for functions with no parameters." Enabled=false EditorType=multiple Choices=nl_func_call_paren_empty\s*=\s*ignore|nl_func_call_paren_empty\s*=\s*add|nl_func_call_paren_empty\s*=\s*remove|nl_func_call_paren_empty\s*=\s*force|nl_func_call_paren_empty\s*=\s*not_defined ChoicesReadable="Ignore Nl Func Call Paren Empty|Add Nl Func Call Paren Empty|Remove Nl Func Call Paren Empty|Force Nl Func Call Paren Empty" ValueDefault=ignore [Nl Func Decl Start] Category=3 Description="Add or remove newline after '(' in a function declaration." Enabled=false EditorType=multiple Choices=nl_func_decl_start\s*=\s*ignore|nl_func_decl_start\s*=\s*add|nl_func_decl_start\s*=\s*remove|nl_func_decl_start\s*=\s*force|nl_func_decl_start\s*=\s*not_defined ChoicesReadable="Ignore Nl Func Decl Start|Add Nl Func Decl Start|Remove Nl Func Decl Start|Force Nl Func Decl Start" ValueDefault=ignore [Nl Func Def Start] Category=3 Description="Add or remove newline after '(' in a function definition." Enabled=false EditorType=multiple Choices=nl_func_def_start\s*=\s*ignore|nl_func_def_start\s*=\s*add|nl_func_def_start\s*=\s*remove|nl_func_def_start\s*=\s*force|nl_func_def_start\s*=\s*not_defined ChoicesReadable="Ignore Nl Func Def Start|Add Nl Func Def Start|Remove Nl Func Def Start|Force Nl Func Def Start" ValueDefault=ignore [Nl Func Decl Start Single] Category=3 Description="Overrides nl_func_decl_start when there is only one parameter." Enabled=false EditorType=multiple Choices=nl_func_decl_start_single\s*=\s*ignore|nl_func_decl_start_single\s*=\s*add|nl_func_decl_start_single\s*=\s*remove|nl_func_decl_start_single\s*=\s*force|nl_func_decl_start_single\s*=\s*not_defined ChoicesReadable="Ignore Nl Func Decl Start Single|Add Nl Func Decl Start Single|Remove Nl Func Decl Start Single|Force Nl Func Decl Start Single" ValueDefault=ignore [Nl Func Def Start Single] Category=3 Description="Overrides nl_func_def_start when there is only one parameter." Enabled=false EditorType=multiple Choices=nl_func_def_start_single\s*=\s*ignore|nl_func_def_start_single\s*=\s*add|nl_func_def_start_single\s*=\s*remove|nl_func_def_start_single\s*=\s*force|nl_func_def_start_single\s*=\s*not_defined ChoicesReadable="Ignore Nl Func Def Start Single|Add Nl Func Def Start Single|Remove Nl Func Def Start Single|Force Nl Func Def Start Single" ValueDefault=ignore [Nl Func Decl Start Multi Line] Category=3 Description="Whether to add a newline after '(' in a function declaration if '(' and ')'
are in different lines. If false, nl_func_decl_start is used instead." Enabled=false EditorType=boolean TrueFalse=nl_func_decl_start_multi_line\s*=\s*true|nl_func_decl_start_multi_line\s*=\s*false ValueDefault=false [Nl Func Def Start Multi Line] Category=3 Description="Whether to add a newline after '(' in a function definition if '(' and ')'
are in different lines. If false, nl_func_def_start is used instead." Enabled=false EditorType=boolean TrueFalse=nl_func_def_start_multi_line\s*=\s*true|nl_func_def_start_multi_line\s*=\s*false ValueDefault=false [Nl Func Decl Args] Category=3 Description="Add or remove newline after each ',' in a function declaration." Enabled=false EditorType=multiple Choices=nl_func_decl_args\s*=\s*ignore|nl_func_decl_args\s*=\s*add|nl_func_decl_args\s*=\s*remove|nl_func_decl_args\s*=\s*force|nl_func_decl_args\s*=\s*not_defined ChoicesReadable="Ignore Nl Func Decl Args|Add Nl Func Decl Args|Remove Nl Func Decl Args|Force Nl Func Decl Args" ValueDefault=ignore [Nl Func Def Args] Category=3 Description="Add or remove newline after each ',' in a function definition." Enabled=false EditorType=multiple Choices=nl_func_def_args\s*=\s*ignore|nl_func_def_args\s*=\s*add|nl_func_def_args\s*=\s*remove|nl_func_def_args\s*=\s*force|nl_func_def_args\s*=\s*not_defined ChoicesReadable="Ignore Nl Func Def Args|Add Nl Func Def Args|Remove Nl Func Def Args|Force Nl Func Def Args" ValueDefault=ignore [Nl Func Call Args] Category=3 Description="Add or remove newline after each ',' in a function call." Enabled=false EditorType=multiple Choices=nl_func_call_args\s*=\s*ignore|nl_func_call_args\s*=\s*add|nl_func_call_args\s*=\s*remove|nl_func_call_args\s*=\s*force|nl_func_call_args\s*=\s*not_defined ChoicesReadable="Ignore Nl Func Call Args|Add Nl Func Call Args|Remove Nl Func Call Args|Force Nl Func Call Args" ValueDefault=ignore [Nl Func Decl Args Multi Line] Category=3 Description="Whether to add a newline after each ',' in a function declaration if '('
and ')' are in different lines. If false, nl_func_decl_args is used instead." Enabled=false EditorType=boolean TrueFalse=nl_func_decl_args_multi_line\s*=\s*true|nl_func_decl_args_multi_line\s*=\s*false ValueDefault=false [Nl Func Def Args Multi Line] Category=3 Description="Whether to add a newline after each ',' in a function definition if '('
and ')' are in different lines. If false, nl_func_def_args is used instead." Enabled=false EditorType=boolean TrueFalse=nl_func_def_args_multi_line\s*=\s*true|nl_func_def_args_multi_line\s*=\s*false ValueDefault=false [Nl Func Decl End] Category=3 Description="Add or remove newline before the ')' in a function declaration." Enabled=false EditorType=multiple Choices=nl_func_decl_end\s*=\s*ignore|nl_func_decl_end\s*=\s*add|nl_func_decl_end\s*=\s*remove|nl_func_decl_end\s*=\s*force|nl_func_decl_end\s*=\s*not_defined ChoicesReadable="Ignore Nl Func Decl End|Add Nl Func Decl End|Remove Nl Func Decl End|Force Nl Func Decl End" ValueDefault=ignore [Nl Func Def End] Category=3 Description="Add or remove newline before the ')' in a function definition." Enabled=false EditorType=multiple Choices=nl_func_def_end\s*=\s*ignore|nl_func_def_end\s*=\s*add|nl_func_def_end\s*=\s*remove|nl_func_def_end\s*=\s*force|nl_func_def_end\s*=\s*not_defined ChoicesReadable="Ignore Nl Func Def End|Add Nl Func Def End|Remove Nl Func Def End|Force Nl Func Def End" ValueDefault=ignore [Nl Func Decl End Single] Category=3 Description="Overrides nl_func_decl_end when there is only one parameter." Enabled=false EditorType=multiple Choices=nl_func_decl_end_single\s*=\s*ignore|nl_func_decl_end_single\s*=\s*add|nl_func_decl_end_single\s*=\s*remove|nl_func_decl_end_single\s*=\s*force|nl_func_decl_end_single\s*=\s*not_defined ChoicesReadable="Ignore Nl Func Decl End Single|Add Nl Func Decl End Single|Remove Nl Func Decl End Single|Force Nl Func Decl End Single" ValueDefault=ignore [Nl Func Def End Single] Category=3 Description="Overrides nl_func_def_end when there is only one parameter." Enabled=false EditorType=multiple Choices=nl_func_def_end_single\s*=\s*ignore|nl_func_def_end_single\s*=\s*add|nl_func_def_end_single\s*=\s*remove|nl_func_def_end_single\s*=\s*force|nl_func_def_end_single\s*=\s*not_defined ChoicesReadable="Ignore Nl Func Def End Single|Add Nl Func Def End Single|Remove Nl Func Def End Single|Force Nl Func Def End Single" ValueDefault=ignore [Nl Func Decl End Multi Line] Category=3 Description="Whether to add a newline before ')' in a function declaration if '(' and ')'
are in different lines. If false, nl_func_decl_end is used instead." Enabled=false EditorType=boolean TrueFalse=nl_func_decl_end_multi_line\s*=\s*true|nl_func_decl_end_multi_line\s*=\s*false ValueDefault=false [Nl Func Def End Multi Line] Category=3 Description="Whether to add a newline before ')' in a function definition if '(' and ')'
are in different lines. If false, nl_func_def_end is used instead." Enabled=false EditorType=boolean TrueFalse=nl_func_def_end_multi_line\s*=\s*true|nl_func_def_end_multi_line\s*=\s*false ValueDefault=false [Nl Func Decl Empty] Category=3 Description="Add or remove newline between '()' in a function declaration." Enabled=false EditorType=multiple Choices=nl_func_decl_empty\s*=\s*ignore|nl_func_decl_empty\s*=\s*add|nl_func_decl_empty\s*=\s*remove|nl_func_decl_empty\s*=\s*force|nl_func_decl_empty\s*=\s*not_defined ChoicesReadable="Ignore Nl Func Decl Empty|Add Nl Func Decl Empty|Remove Nl Func Decl Empty|Force Nl Func Decl Empty" ValueDefault=ignore [Nl Func Def Empty] Category=3 Description="Add or remove newline between '()' in a function definition." Enabled=false EditorType=multiple Choices=nl_func_def_empty\s*=\s*ignore|nl_func_def_empty\s*=\s*add|nl_func_def_empty\s*=\s*remove|nl_func_def_empty\s*=\s*force|nl_func_def_empty\s*=\s*not_defined ChoicesReadable="Ignore Nl Func Def Empty|Add Nl Func Def Empty|Remove Nl Func Def Empty|Force Nl Func Def Empty" ValueDefault=ignore [Nl Func Call Empty] Category=3 Description="Add or remove newline between '()' in a function call." Enabled=false EditorType=multiple Choices=nl_func_call_empty\s*=\s*ignore|nl_func_call_empty\s*=\s*add|nl_func_call_empty\s*=\s*remove|nl_func_call_empty\s*=\s*force|nl_func_call_empty\s*=\s*not_defined ChoicesReadable="Ignore Nl Func Call Empty|Add Nl Func Call Empty|Remove Nl Func Call Empty|Force Nl Func Call Empty" ValueDefault=ignore [Nl Func Call Start] Category=3 Description="Whether to add a newline after '(' in a function call,
has preference over nl_func_call_start_multi_line." Enabled=false EditorType=multiple Choices=nl_func_call_start\s*=\s*ignore|nl_func_call_start\s*=\s*add|nl_func_call_start\s*=\s*remove|nl_func_call_start\s*=\s*force|nl_func_call_start\s*=\s*not_defined ChoicesReadable="Ignore Nl Func Call Start|Add Nl Func Call Start|Remove Nl Func Call Start|Force Nl Func Call Start" ValueDefault=ignore [Nl Func Call End] Category=3 Description="Whether to add a newline before ')' in a function call." Enabled=false EditorType=multiple Choices=nl_func_call_end\s*=\s*ignore|nl_func_call_end\s*=\s*add|nl_func_call_end\s*=\s*remove|nl_func_call_end\s*=\s*force|nl_func_call_end\s*=\s*not_defined ChoicesReadable="Ignore Nl Func Call End|Add Nl Func Call End|Remove Nl Func Call End|Force Nl Func Call End" ValueDefault=ignore [Nl Func Call Start Multi Line] Category=3 Description="Whether to add a newline after '(' in a function call if '(' and ')' are in
different lines." Enabled=false EditorType=boolean TrueFalse=nl_func_call_start_multi_line\s*=\s*true|nl_func_call_start_multi_line\s*=\s*false ValueDefault=false [Nl Func Call Args Multi Line] Category=3 Description="Whether to add a newline after each ',' in a function call if '(' and ')'
are in different lines." Enabled=false EditorType=boolean TrueFalse=nl_func_call_args_multi_line\s*=\s*true|nl_func_call_args_multi_line\s*=\s*false ValueDefault=false [Nl Func Call End Multi Line] Category=3 Description="Whether to add a newline before ')' in a function call if '(' and ')' are in
different lines." Enabled=false EditorType=boolean TrueFalse=nl_func_call_end_multi_line\s*=\s*true|nl_func_call_end_multi_line\s*=\s*false ValueDefault=false [Nl Func Call Args Multi Line Ignore Closures] Category=3 Description="Whether to respect nl_func_call_XXX option in case of closure args." Enabled=false EditorType=boolean TrueFalse=nl_func_call_args_multi_line_ignore_closures\s*=\s*true|nl_func_call_args_multi_line_ignore_closures\s*=\s*false ValueDefault=false [Nl Template Start] Category=3 Description="Whether to add a newline after '<' of a template parameter list." Enabled=false EditorType=boolean TrueFalse=nl_template_start\s*=\s*true|nl_template_start\s*=\s*false ValueDefault=false [Nl Template Args] Category=3 Description="Whether to add a newline after each ',' in a template parameter list." Enabled=false EditorType=boolean TrueFalse=nl_template_args\s*=\s*true|nl_template_args\s*=\s*false ValueDefault=false [Nl Template End] Category=3 Description="Whether to add a newline before '>' of a template parameter list." Enabled=false EditorType=boolean TrueFalse=nl_template_end\s*=\s*true|nl_template_end\s*=\s*false ValueDefault=false [Nl Oc Msg Args] Category=3 Description="(OC) Whether to put each Objective-C message parameter on a separate line.
See nl_oc_msg_leave_one_liner." Enabled=false EditorType=boolean TrueFalse=nl_oc_msg_args\s*=\s*true|nl_oc_msg_args\s*=\s*false ValueDefault=false [Nl Oc Msg Args Min Params] Category=3 Description="(OC) Minimum number of Objective-C message parameters before applying nl_oc_msg_args." Enabled=false EditorType=numeric CallName="nl_oc_msg_args_min_params\s*=\s*" MinVal=0 MaxVal=16 ValueDefault=0 [Nl Oc Msg Args Max Code Width] Category=3 Description="(OC) Max code width of Objective-C message before applying nl_oc_msg_args." Enabled=false EditorType=numeric CallName="nl_oc_msg_args_max_code_width\s*=\s*" MinVal=0 MaxVal=10000 ValueDefault=0 [Nl Fdef Brace] Category=3 Description="Add or remove newline between function signature and '{'." Enabled=false EditorType=multiple Choices=nl_fdef_brace\s*=\s*ignore|nl_fdef_brace\s*=\s*add|nl_fdef_brace\s*=\s*remove|nl_fdef_brace\s*=\s*force|nl_fdef_brace\s*=\s*not_defined ChoicesReadable="Ignore Nl Fdef Brace|Add Nl Fdef Brace|Remove Nl Fdef Brace|Force Nl Fdef Brace" ValueDefault=ignore [Nl Fdef Brace Cond] Category=3 Description="Add or remove newline between function signature and '{',
if signature ends with ')'. Overrides nl_fdef_brace." Enabled=false EditorType=multiple Choices=nl_fdef_brace_cond\s*=\s*ignore|nl_fdef_brace_cond\s*=\s*add|nl_fdef_brace_cond\s*=\s*remove|nl_fdef_brace_cond\s*=\s*force|nl_fdef_brace_cond\s*=\s*not_defined ChoicesReadable="Ignore Nl Fdef Brace Cond|Add Nl Fdef Brace Cond|Remove Nl Fdef Brace Cond|Force Nl Fdef Brace Cond" ValueDefault=ignore [Nl Cpp Ldef Brace] Category=3 Description="Add or remove newline between C++11 lambda signature and '{'." Enabled=false EditorType=multiple Choices=nl_cpp_ldef_brace\s*=\s*ignore|nl_cpp_ldef_brace\s*=\s*add|nl_cpp_ldef_brace\s*=\s*remove|nl_cpp_ldef_brace\s*=\s*force|nl_cpp_ldef_brace\s*=\s*not_defined ChoicesReadable="Ignore Nl Cpp Ldef Brace|Add Nl Cpp Ldef Brace|Remove Nl Cpp Ldef Brace|Force Nl Cpp Ldef Brace" ValueDefault=ignore [Nl Return Expr] Category=3 Description="Add or remove newline between 'return' and the return expression." Enabled=false EditorType=multiple Choices=nl_return_expr\s*=\s*ignore|nl_return_expr\s*=\s*add|nl_return_expr\s*=\s*remove|nl_return_expr\s*=\s*force|nl_return_expr\s*=\s*not_defined ChoicesReadable="Ignore Nl Return Expr|Add Nl Return Expr|Remove Nl Return Expr|Force Nl Return Expr" ValueDefault=ignore [Nl Throw Expr] Category=3 Description="Add or remove newline between 'throw' and the throw expression." Enabled=false EditorType=multiple Choices=nl_throw_expr\s*=\s*ignore|nl_throw_expr\s*=\s*add|nl_throw_expr\s*=\s*remove|nl_throw_expr\s*=\s*force|nl_throw_expr\s*=\s*not_defined ChoicesReadable="Ignore Nl Throw Expr|Add Nl Throw Expr|Remove Nl Throw Expr|Force Nl Throw Expr" ValueDefault=ignore [Nl After Semicolon] Category=3 Description="Whether to add a newline after semicolons, except in 'for' statements." Enabled=false EditorType=boolean TrueFalse=nl_after_semicolon\s*=\s*true|nl_after_semicolon\s*=\s*false ValueDefault=false [Nl Paren Dbrace Open] Category=3 Description="(Java) Add or remove newline between the ')' and '{{' of the double brace
initializer." Enabled=false EditorType=multiple Choices=nl_paren_dbrace_open\s*=\s*ignore|nl_paren_dbrace_open\s*=\s*add|nl_paren_dbrace_open\s*=\s*remove|nl_paren_dbrace_open\s*=\s*force|nl_paren_dbrace_open\s*=\s*not_defined ChoicesReadable="Ignore Nl Paren Dbrace Open|Add Nl Paren Dbrace Open|Remove Nl Paren Dbrace Open|Force Nl Paren Dbrace Open" ValueDefault=ignore [Nl Type Brace Init Lst] Category=3 Description="Whether to add a newline after the type in an unnamed temporary
direct-list-initialization, better:
before a direct-list-initialization." Enabled=false EditorType=multiple Choices=nl_type_brace_init_lst\s*=\s*ignore|nl_type_brace_init_lst\s*=\s*add|nl_type_brace_init_lst\s*=\s*remove|nl_type_brace_init_lst\s*=\s*force|nl_type_brace_init_lst\s*=\s*not_defined ChoicesReadable="Ignore Nl Type Brace Init Lst|Add Nl Type Brace Init Lst|Remove Nl Type Brace Init Lst|Force Nl Type Brace Init Lst" ValueDefault=ignore [Nl Type Brace Init Lst Open] Category=3 Description="Whether to add a newline after the open brace in an unnamed temporary
direct-list-initialization." Enabled=false EditorType=multiple Choices=nl_type_brace_init_lst_open\s*=\s*ignore|nl_type_brace_init_lst_open\s*=\s*add|nl_type_brace_init_lst_open\s*=\s*remove|nl_type_brace_init_lst_open\s*=\s*force|nl_type_brace_init_lst_open\s*=\s*not_defined ChoicesReadable="Ignore Nl Type Brace Init Lst Open|Add Nl Type Brace Init Lst Open|Remove Nl Type Brace Init Lst Open|Force Nl Type Brace Init Lst Open" ValueDefault=ignore [Nl Type Brace Init Lst Close] Category=3 Description="Whether to add a newline before the close brace in an unnamed temporary
direct-list-initialization." Enabled=false EditorType=multiple Choices=nl_type_brace_init_lst_close\s*=\s*ignore|nl_type_brace_init_lst_close\s*=\s*add|nl_type_brace_init_lst_close\s*=\s*remove|nl_type_brace_init_lst_close\s*=\s*force|nl_type_brace_init_lst_close\s*=\s*not_defined ChoicesReadable="Ignore Nl Type Brace Init Lst Close|Add Nl Type Brace Init Lst Close|Remove Nl Type Brace Init Lst Close|Force Nl Type Brace Init Lst Close" ValueDefault=ignore [Nl Before Brace Open] Category=3 Description="Whether to add a newline before '{'." Enabled=false EditorType=boolean TrueFalse=nl_before_brace_open\s*=\s*true|nl_before_brace_open\s*=\s*false ValueDefault=false [Nl After Brace Open] Category=3 Description="Whether to add a newline after '{'." Enabled=false EditorType=boolean TrueFalse=nl_after_brace_open\s*=\s*true|nl_after_brace_open\s*=\s*false ValueDefault=false [Nl After Brace Open Cmt] Category=3 Description="Whether to add a newline between the open brace and a trailing single-line
comment. Requires nl_after_brace_open=true." Enabled=false EditorType=boolean TrueFalse=nl_after_brace_open_cmt\s*=\s*true|nl_after_brace_open_cmt\s*=\s*false ValueDefault=false [Nl After Vbrace Open] Category=3 Description="Whether to add a newline after a virtual brace open with a non-empty body.
These occur in un-braced if/while/do/for statement bodies." Enabled=false EditorType=boolean TrueFalse=nl_after_vbrace_open\s*=\s*true|nl_after_vbrace_open\s*=\s*false ValueDefault=false [Nl After Vbrace Open Empty] Category=3 Description="Whether to add a newline after a virtual brace open with an empty body.
These occur in un-braced if/while/do/for statement bodies." Enabled=false EditorType=boolean TrueFalse=nl_after_vbrace_open_empty\s*=\s*true|nl_after_vbrace_open_empty\s*=\s*false ValueDefault=false [Nl After Brace Close] Category=3 Description="Whether to add a newline after '}'. Does not apply if followed by a
necessary ';'." Enabled=false EditorType=boolean TrueFalse=nl_after_brace_close\s*=\s*true|nl_after_brace_close\s*=\s*false ValueDefault=false [Nl After Vbrace Close] Category=3 Description="Whether to add a newline after a virtual brace close,
as in 'if (foo) a++; <here> return;'." Enabled=false EditorType=boolean TrueFalse=nl_after_vbrace_close\s*=\s*true|nl_after_vbrace_close\s*=\s*false ValueDefault=false [Nl Brace Struct Var] Category=3 Description="Add or remove newline between the close brace and identifier,
as in 'struct { int a; } <here> b;'. Affects enumerations, unions and
structures. If set to ignore, uses nl_after_brace_close." Enabled=false EditorType=multiple Choices=nl_brace_struct_var\s*=\s*ignore|nl_brace_struct_var\s*=\s*add|nl_brace_struct_var\s*=\s*remove|nl_brace_struct_var\s*=\s*force|nl_brace_struct_var\s*=\s*not_defined ChoicesReadable="Ignore Nl Brace Struct Var|Add Nl Brace Struct Var|Remove Nl Brace Struct Var|Force Nl Brace Struct Var" ValueDefault=ignore [Nl Define Macro] Category=3 Description="Whether to alter newlines in '#define' macros." Enabled=false EditorType=boolean TrueFalse=nl_define_macro\s*=\s*true|nl_define_macro\s*=\s*false ValueDefault=false [Nl Squeeze Paren Close] Category=3 Description="Whether to alter newlines between consecutive parenthesis closes. The number
of closing parentheses in a line will depend on respective open parenthesis
lines." Enabled=false EditorType=boolean TrueFalse=nl_squeeze_paren_close\s*=\s*true|nl_squeeze_paren_close\s*=\s*false ValueDefault=false [Nl Squeeze Ifdef] Category=3 Description="Whether to remove blanks after '#ifxx' and '#elxx', or before '#elxx' and
'#endif'. Does not affect top-level #ifdefs." Enabled=false EditorType=boolean TrueFalse=nl_squeeze_ifdef\s*=\s*true|nl_squeeze_ifdef\s*=\s*false ValueDefault=false [Nl Squeeze Ifdef Top Level] Category=3 Description="Makes the nl_squeeze_ifdef option affect the top-level #ifdefs as well." Enabled=false EditorType=boolean TrueFalse=nl_squeeze_ifdef_top_level\s*=\s*true|nl_squeeze_ifdef_top_level\s*=\s*false ValueDefault=false [Nl Before If] Category=3 Description="Add or remove blank line before 'if'." Enabled=false EditorType=multiple Choices=nl_before_if\s*=\s*ignore|nl_before_if\s*=\s*add|nl_before_if\s*=\s*remove|nl_before_if\s*=\s*force|nl_before_if\s*=\s*not_defined ChoicesReadable="Ignore Nl Before If|Add Nl Before If|Remove Nl Before If|Force Nl Before If" ValueDefault=ignore [Nl After If] Category=3 Description="Add or remove blank line after 'if' statement. Add/Force work only if the
next token is not a closing brace." Enabled=false EditorType=multiple Choices=nl_after_if\s*=\s*ignore|nl_after_if\s*=\s*add|nl_after_if\s*=\s*remove|nl_after_if\s*=\s*force|nl_after_if\s*=\s*not_defined ChoicesReadable="Ignore Nl After If|Add Nl After If|Remove Nl After If|Force Nl After If" ValueDefault=ignore [Nl Before For] Category=3 Description="Add or remove blank line before 'for'." Enabled=false EditorType=multiple Choices=nl_before_for\s*=\s*ignore|nl_before_for\s*=\s*add|nl_before_for\s*=\s*remove|nl_before_for\s*=\s*force|nl_before_for\s*=\s*not_defined ChoicesReadable="Ignore Nl Before For|Add Nl Before For|Remove Nl Before For|Force Nl Before For" ValueDefault=ignore [Nl After For] Category=3 Description="Add or remove blank line after 'for' statement." Enabled=false EditorType=multiple Choices=nl_after_for\s*=\s*ignore|nl_after_for\s*=\s*add|nl_after_for\s*=\s*remove|nl_after_for\s*=\s*force|nl_after_for\s*=\s*not_defined ChoicesReadable="Ignore Nl After For|Add Nl After For|Remove Nl After For|Force Nl After For" ValueDefault=ignore [Nl Before While] Category=3 Description="Add or remove blank line before 'while'." Enabled=false EditorType=multiple Choices=nl_before_while\s*=\s*ignore|nl_before_while\s*=\s*add|nl_before_while\s*=\s*remove|nl_before_while\s*=\s*force|nl_before_while\s*=\s*not_defined ChoicesReadable="Ignore Nl Before While|Add Nl Before While|Remove Nl Before While|Force Nl Before While" ValueDefault=ignore [Nl After While] Category=3 Description="Add or remove blank line after 'while' statement." Enabled=false EditorType=multiple Choices=nl_after_while\s*=\s*ignore|nl_after_while\s*=\s*add|nl_after_while\s*=\s*remove|nl_after_while\s*=\s*force|nl_after_while\s*=\s*not_defined ChoicesReadable="Ignore Nl After While|Add Nl After While|Remove Nl After While|Force Nl After While" ValueDefault=ignore [Nl Before Switch] Category=3 Description="Add or remove blank line before 'switch'." Enabled=false EditorType=multiple Choices=nl_before_switch\s*=\s*ignore|nl_before_switch\s*=\s*add|nl_before_switch\s*=\s*remove|nl_before_switch\s*=\s*force|nl_before_switch\s*=\s*not_defined ChoicesReadable="Ignore Nl Before Switch|Add Nl Before Switch|Remove Nl Before Switch|Force Nl Before Switch" ValueDefault=ignore [Nl After Switch] Category=3 Description="Add or remove blank line after 'switch' statement." Enabled=false EditorType=multiple Choices=nl_after_switch\s*=\s*ignore|nl_after_switch\s*=\s*add|nl_after_switch\s*=\s*remove|nl_after_switch\s*=\s*force|nl_after_switch\s*=\s*not_defined ChoicesReadable="Ignore Nl After Switch|Add Nl After Switch|Remove Nl After Switch|Force Nl After Switch" ValueDefault=ignore [Nl Before Synchronized] Category=3 Description="Add or remove blank line before 'synchronized'." Enabled=false EditorType=multiple Choices=nl_before_synchronized\s*=\s*ignore|nl_before_synchronized\s*=\s*add|nl_before_synchronized\s*=\s*remove|nl_before_synchronized\s*=\s*force|nl_before_synchronized\s*=\s*not_defined ChoicesReadable="Ignore Nl Before Synchronized|Add Nl Before Synchronized|Remove Nl Before Synchronized|Force Nl Before Synchronized" ValueDefault=ignore [Nl After Synchronized] Category=3 Description="Add or remove blank line after 'synchronized' statement." Enabled=false EditorType=multiple Choices=nl_after_synchronized\s*=\s*ignore|nl_after_synchronized\s*=\s*add|nl_after_synchronized\s*=\s*remove|nl_after_synchronized\s*=\s*force|nl_after_synchronized\s*=\s*not_defined ChoicesReadable="Ignore Nl After Synchronized|Add Nl After Synchronized|Remove Nl After Synchronized|Force Nl After Synchronized" ValueDefault=ignore [Nl Before Do] Category=3 Description="Add or remove blank line before 'do'." Enabled=false EditorType=multiple Choices=nl_before_do\s*=\s*ignore|nl_before_do\s*=\s*add|nl_before_do\s*=\s*remove|nl_before_do\s*=\s*force|nl_before_do\s*=\s*not_defined ChoicesReadable="Ignore Nl Before Do|Add Nl Before Do|Remove Nl Before Do|Force Nl Before Do" ValueDefault=ignore [Nl After Do] Category=3 Description="Add or remove blank line after 'do/while' statement." Enabled=false EditorType=multiple Choices=nl_after_do\s*=\s*ignore|nl_after_do\s*=\s*add|nl_after_do\s*=\s*remove|nl_after_do\s*=\s*force|nl_after_do\s*=\s*not_defined ChoicesReadable="Ignore Nl After Do|Add Nl After Do|Remove Nl After Do|Force Nl After Do" ValueDefault=ignore [Nl Before Ignore After Case] Category=3 Description="Ignore nl_before_{if,for,switch,do,synchronized} if the control
statement is immediately after a case statement.
if nl_before_{if,for,switch,do} is set to remove, this option
does nothing." Enabled=false EditorType=boolean TrueFalse=nl_before_ignore_after_case\s*=\s*true|nl_before_ignore_after_case\s*=\s*false ValueDefault=false [Nl Before Return] Category=3 Description="Whether to put a blank line before 'return' statements, unless after an open
brace." Enabled=false EditorType=boolean TrueFalse=nl_before_return\s*=\s*true|nl_before_return\s*=\s*false ValueDefault=false [Nl After Return] Category=3 Description="Whether to put a blank line after 'return' statements, unless followed by a
close brace." Enabled=false EditorType=boolean TrueFalse=nl_after_return\s*=\s*true|nl_after_return\s*=\s*false ValueDefault=false [Nl Before Member] Category=3 Description="Whether to put a blank line before a member '.' or '->' operators." Enabled=false EditorType=multiple Choices=nl_before_member\s*=\s*ignore|nl_before_member\s*=\s*add|nl_before_member\s*=\s*remove|nl_before_member\s*=\s*force|nl_before_member\s*=\s*not_defined ChoicesReadable="Ignore Nl Before Member|Add Nl Before Member|Remove Nl Before Member|Force Nl Before Member" ValueDefault=ignore [Nl After Member] Category=3 Description="(Java) Whether to put a blank line after a member '.' or '->' operators." Enabled=false EditorType=multiple Choices=nl_after_member\s*=\s*ignore|nl_after_member\s*=\s*add|nl_after_member\s*=\s*remove|nl_after_member\s*=\s*force|nl_after_member\s*=\s*not_defined ChoicesReadable="Ignore Nl After Member|Add Nl After Member|Remove Nl After Member|Force Nl After Member" ValueDefault=ignore [Nl Ds Struct Enum Cmt] Category=3 Description="Whether to double-space commented-entries in 'struct'/'union'/'enum'." Enabled=false EditorType=boolean TrueFalse=nl_ds_struct_enum_cmt\s*=\s*true|nl_ds_struct_enum_cmt\s*=\s*false ValueDefault=false [Nl Ds Struct Enum Close Brace] Category=3 Description="Whether to force a newline before '}' of a 'struct'/'union'/'enum'.
(Lower priority than eat_blanks_before_close_brace.)" Enabled=false EditorType=boolean TrueFalse=nl_ds_struct_enum_close_brace\s*=\s*true|nl_ds_struct_enum_close_brace\s*=\s*false ValueDefault=false [Nl Class Colon] Category=3 Description="Add or remove newline before or after (depending on pos_class_colon) a class
colon, as in 'class Foo <here> : <or here> public Bar'." Enabled=false EditorType=multiple Choices=nl_class_colon\s*=\s*ignore|nl_class_colon\s*=\s*add|nl_class_colon\s*=\s*remove|nl_class_colon\s*=\s*force|nl_class_colon\s*=\s*not_defined ChoicesReadable="Ignore Nl Class Colon|Add Nl Class Colon|Remove Nl Class Colon|Force Nl Class Colon" ValueDefault=ignore [Nl Constr Colon] Category=3 Description="Add or remove newline around a class constructor colon. The exact position
depends on nl_constr_init_args, pos_constr_colon and pos_constr_comma." Enabled=false EditorType=multiple Choices=nl_constr_colon\s*=\s*ignore|nl_constr_colon\s*=\s*add|nl_constr_colon\s*=\s*remove|nl_constr_colon\s*=\s*force|nl_constr_colon\s*=\s*not_defined ChoicesReadable="Ignore Nl Constr Colon|Add Nl Constr Colon|Remove Nl Constr Colon|Force Nl Constr Colon" ValueDefault=ignore [Nl Namespace Two To One Liner] Category=3 Description="Whether to collapse a two-line namespace, like 'namespace foo\n{ decl; }'
into a single line. If true, prevents other brace newline rules from turning
such code into four lines. If true, it also preserves one-liner namespaces." Enabled=false EditorType=boolean TrueFalse=nl_namespace_two_to_one_liner\s*=\s*true|nl_namespace_two_to_one_liner\s*=\s*false ValueDefault=false [Nl Create If One Liner] Category=3 Description="Whether to remove a newline in simple unbraced if statements, turning them
into one-liners, as in 'if(b)\n i++;' => 'if(b) i++;'." Enabled=false EditorType=boolean TrueFalse=nl_create_if_one_liner\s*=\s*true|nl_create_if_one_liner\s*=\s*false ValueDefault=false [Nl Create For One Liner] Category=3 Description="Whether to remove a newline in simple unbraced for statements, turning them
into one-liners, as in 'for (...)\n stmt;' => 'for (...) stmt;'." Enabled=false EditorType=boolean TrueFalse=nl_create_for_one_liner\s*=\s*true|nl_create_for_one_liner\s*=\s*false ValueDefault=false [Nl Create While One Liner] Category=3 Description="Whether to remove a newline in simple unbraced while statements, turning
them into one-liners, as in 'while (expr)\n stmt;' => 'while (expr) stmt;'." Enabled=false EditorType=boolean TrueFalse=nl_create_while_one_liner\s*=\s*true|nl_create_while_one_liner\s*=\s*false ValueDefault=false [Nl Create Func Def One Liner] Category=3 Description="Whether to collapse a function definition whose body (not counting braces)
is only one line so that the entire definition (prototype, braces, body) is
a single line." Enabled=false EditorType=boolean TrueFalse=nl_create_func_def_one_liner\s*=\s*true|nl_create_func_def_one_liner\s*=\s*false ValueDefault=false [Nl Create List One Liner] Category=3 Description="Whether to split one-line simple list definitions into three lines by
adding newlines, as in 'int a[12] = { <here> 0 <here> };'." Enabled=false EditorType=boolean TrueFalse=nl_create_list_one_liner\s*=\s*true|nl_create_list_one_liner\s*=\s*false ValueDefault=false [Nl Split If One Liner] Category=3 Description="Whether to split one-line simple unbraced if statements into two lines by
adding a newline, as in 'if(b) <here> i++;'." Enabled=false EditorType=boolean TrueFalse=nl_split_if_one_liner\s*=\s*true|nl_split_if_one_liner\s*=\s*false ValueDefault=false [Nl Split For One Liner] Category=3 Description="Whether to split one-line simple unbraced for statements into two lines by
adding a newline, as in 'for (...) <here> stmt;'." Enabled=false EditorType=boolean TrueFalse=nl_split_for_one_liner\s*=\s*true|nl_split_for_one_liner\s*=\s*false ValueDefault=false [Nl Split While One Liner] Category=3 Description="Whether to split one-line simple unbraced while statements into two lines by
adding a newline, as in 'while (expr) <here> stmt;'." Enabled=false EditorType=boolean TrueFalse=nl_split_while_one_liner\s*=\s*true|nl_split_while_one_liner\s*=\s*false ValueDefault=false [Donot Add Nl Before Cpp Comment] Category=3 Description="Don't add a newline before a cpp-comment in a parameter list of a function
call." Enabled=false EditorType=boolean TrueFalse=donot_add_nl_before_cpp_comment\s*=\s*true|donot_add_nl_before_cpp_comment\s*=\s*false ValueDefault=false [Nl Max] Category=4 Description="The maximum number of consecutive newlines (3 = 2 blank lines)." Enabled=false EditorType=numeric CallName="nl_max\s*=\s*" MinVal=0 MaxVal=16 ValueDefault=0 [Nl Max Blank In Func] Category=4 Description="The maximum number of consecutive newlines in a function." Enabled=false EditorType=numeric CallName="nl_max_blank_in_func\s*=\s*" MinVal=0 MaxVal=16 ValueDefault=0 [Nl Inside Empty Func] Category=4 Description="The number of newlines inside an empty function body.
This option overrides eat_blanks_after_open_brace and
eat_blanks_before_close_brace, but is ignored when
nl_collapse_empty_body_functions=true" Enabled=false EditorType=numeric CallName="nl_inside_empty_func\s*=\s*" MinVal=0 MaxVal=16 ValueDefault=0 [Nl Before Func Body Proto] Category=4 Description="The number of newlines before a function prototype." Enabled=false EditorType=numeric CallName="nl_before_func_body_proto\s*=\s*" MinVal=0 MaxVal=16 ValueDefault=0 [Nl Before Func Body Def] Category=4 Description="The number of newlines before a multi-line function definition. Where
applicable, this option is overridden with eat_blanks_after_open_brace=true" Enabled=false EditorType=numeric CallName="nl_before_func_body_def\s*=\s*" MinVal=0 MaxVal=16 ValueDefault=0 [Nl Before Func Class Proto] Category=4 Description="The number of newlines before a class constructor/destructor prototype." Enabled=false EditorType=numeric CallName="nl_before_func_class_proto\s*=\s*" MinVal=0 MaxVal=16 ValueDefault=0 [Nl Before Func Class Def] Category=4 Description="The number of newlines before a class constructor/destructor definition." Enabled=false EditorType=numeric CallName="nl_before_func_class_def\s*=\s*" MinVal=0 MaxVal=16 ValueDefault=0 [Nl After Func Proto] Category=4 Description="The number of newlines after a function prototype." Enabled=false EditorType=numeric CallName="nl_after_func_proto\s*=\s*" MinVal=0 MaxVal=16 ValueDefault=0 [Nl After Func Proto Group] Category=4 Description="The number of newlines after a function prototype, if not followed by
another function prototype." Enabled=false EditorType=numeric CallName="nl_after_func_proto_group\s*=\s*" MinVal=0 MaxVal=16 ValueDefault=0 [Nl After Func Class Proto] Category=4 Description="The number of newlines after a class constructor/destructor prototype." Enabled=false EditorType=numeric CallName="nl_after_func_class_proto\s*=\s*" MinVal=0 MaxVal=16 ValueDefault=0 [Nl After Func Class Proto Group] Category=4 Description="The number of newlines after a class constructor/destructor prototype,
if not followed by another constructor/destructor prototype." Enabled=false EditorType=numeric CallName="nl_after_func_class_proto_group\s*=\s*" MinVal=0 MaxVal=16 ValueDefault=0 [Nl Class Leave One Liner Groups] Category=4 Description="Whether one-line method definitions inside a class body should be treated
as if they were prototypes for the purposes of adding newlines.

Requires nl_class_leave_one_liners=true. Overrides nl_before_func_body_def
and nl_before_func_class_def for one-liners." Enabled=false EditorType=boolean TrueFalse=nl_class_leave_one_liner_groups\s*=\s*true|nl_class_leave_one_liner_groups\s*=\s*false ValueDefault=false [Nl After Func Body] Category=4 Description="The number of newlines after '}' of a multi-line function body.

Overrides nl_min_after_func_body and nl_max_after_func_body." Enabled=false EditorType=numeric CallName="nl_after_func_body\s*=\s*" MinVal=0 MaxVal=16 ValueDefault=0 [Nl Min After Func Body] Category=4 Description="The minimum number of newlines after '}' of a multi-line function body.

Only works when nl_after_func_body is 0." Enabled=false EditorType=numeric CallName="nl_min_after_func_body\s*=\s*" MinVal=0 MaxVal=16 ValueDefault=0 [Nl Max After Func Body] Category=4 Description="The maximum number of newlines after '}' of a multi-line function body.

Only works when nl_after_func_body is 0.
Takes precedence over nl_min_after_func_body." Enabled=false EditorType=numeric CallName="nl_max_after_func_body\s*=\s*" MinVal=0 MaxVal=16 ValueDefault=0 [Nl After Func Body Class] Category=4 Description="The number of newlines after '}' of a multi-line function body in a class
declaration. Also affects class constructors/destructors.

Overrides nl_after_func_body." Enabled=false EditorType=numeric CallName="nl_after_func_body_class\s*=\s*" MinVal=0 MaxVal=16 ValueDefault=0 [Nl After Func Body One Liner] Category=4 Description="The number of newlines after '}' of a single line function body. Also
affects class constructors/destructors.

Overrides nl_after_func_body and nl_after_func_body_class." Enabled=false EditorType=numeric CallName="nl_after_func_body_one_liner\s*=\s*" MinVal=0 MaxVal=16 ValueDefault=0 [Nl Typedef Blk Start] Category=4 Description="The number of newlines before a block of typedefs. If nl_after_access_spec
is non-zero, that option takes precedence.

0: No change (default)." Enabled=false EditorType=numeric CallName="nl_typedef_blk_start\s*=\s*" MinVal=0 MaxVal=16 ValueDefault=0 [Nl Typedef Blk End] Category=4 Description="The number of newlines after a block of typedefs.

0: No change (default)." Enabled=false EditorType=numeric CallName="nl_typedef_blk_end\s*=\s*" MinVal=0 MaxVal=16 ValueDefault=0 [Nl Typedef Blk In] Category=4 Description="The maximum number of consecutive newlines within a block of typedefs.

0: No change (default)." Enabled=false EditorType=numeric CallName="nl_typedef_blk_in\s*=\s*" MinVal=0 MaxVal=16 ValueDefault=0 [Nl Var Def Blk End Func Top] Category=4 Description="The minimum number of blank lines after a block of variable definitions
at the top of a function body. If any preprocessor directives appear
between the opening brace of the function and the variable block, then
it is considered as not at the top of the function.Newlines are added
before trailing preprocessor directives, if any exist.

0: No change (default)." Enabled=false EditorType=numeric CallName="nl_var_def_blk_end_func_top\s*=\s*" MinVal=0 MaxVal=16 ValueDefault=0 [Nl Var Def Blk Start] Category=4 Description="The minimum number of empty newlines before a block of variable definitions
not at the top of a function body. If nl_after_access_spec is non-zero,
that option takes precedence. Newlines are not added at the top of the
file or just after an opening brace. Newlines are added above any
preprocessor directives before the block.

0: No change (default)." Enabled=false EditorType=numeric CallName="nl_var_def_blk_start\s*=\s*" MinVal=0 MaxVal=16 ValueDefault=0 [Nl Var Def Blk End] Category=4 Description="The minimum number of empty newlines after a block of variable definitions
not at the top of a function body. Newlines are not added if the block
is at the bottom of the file or just before a preprocessor directive.

0: No change (default)." Enabled=false EditorType=numeric CallName="nl_var_def_blk_end\s*=\s*" MinVal=0 MaxVal=16 ValueDefault=0 [Nl Var Def Blk In] Category=4 Description="The maximum number of consecutive newlines within a block of variable
definitions.

0: No change (default)." Enabled=false EditorType=numeric CallName="nl_var_def_blk_in\s*=\s*" MinVal=0 MaxVal=16 ValueDefault=0 [Nl Before Block Comment] Category=4 Description="The minimum number of newlines before a multi-line comment.
Doesn't apply if after a brace open or another multi-line comment." Enabled=false EditorType=numeric CallName="nl_before_block_comment\s*=\s*" MinVal=0 MaxVal=16 ValueDefault=0 [Nl Before C Comment] Category=4 Description="The minimum number of newlines before a single-line C comment.
Doesn't apply if after a brace open or other single-line C comments." Enabled=false EditorType=numeric CallName="nl_before_c_comment\s*=\s*" MinVal=0 MaxVal=16 ValueDefault=0 [Nl Before Cpp Comment] Category=4 Description="The minimum number of newlines before a CPP comment.
Doesn't apply if after a brace open or other CPP comments." Enabled=false EditorType=numeric CallName="nl_before_cpp_comment\s*=\s*" MinVal=0 MaxVal=16 ValueDefault=0 [Nl After Multiline Comment] Category=4 Description="Whether to force a newline after a multi-line comment." Enabled=false EditorType=boolean TrueFalse=nl_after_multiline_comment\s*=\s*true|nl_after_multiline_comment\s*=\s*false ValueDefault=false [Nl After Label Colon] Category=4 Description="Whether to force a newline after a label's colon." Enabled=false EditorType=boolean TrueFalse=nl_after_label_colon\s*=\s*true|nl_after_label_colon\s*=\s*false ValueDefault=false [Nl Before Struct] Category=4 Description="The number of newlines before a struct definition." Enabled=false EditorType=numeric CallName="nl_before_struct\s*=\s*" MinVal=0 MaxVal=16 ValueDefault=0 [Nl After Struct] Category=4 Description="The number of newlines after '}' or ';' of a struct/enum/union definition." Enabled=false EditorType=numeric CallName="nl_after_struct\s*=\s*" MinVal=0 MaxVal=16 ValueDefault=0 [Nl Before Class] Category=4 Description="The number of newlines before a class definition." Enabled=false EditorType=numeric CallName="nl_before_class\s*=\s*" MinVal=0 MaxVal=16 ValueDefault=0 [Nl After Class] Category=4 Description="The number of newlines after '}' or ';' of a class definition." Enabled=false EditorType=numeric CallName="nl_after_class\s*=\s*" MinVal=0 MaxVal=16 ValueDefault=0 [Nl Before Namespace] Category=4 Description="The number of newlines before a namespace." Enabled=false EditorType=numeric CallName="nl_before_namespace\s*=\s*" MinVal=0 MaxVal=16 ValueDefault=0 [Nl Inside Namespace] Category=4 Description="The number of newlines after '{' of a namespace. This also adds newlines
before the matching '}'.

0: Apply eat_blanks_after_open_brace or eat_blanks_before_close_brace if
applicable, otherwise no change.

Overrides eat_blanks_after_open_brace and eat_blanks_before_close_brace." Enabled=false EditorType=numeric CallName="nl_inside_namespace\s*=\s*" MinVal=0 MaxVal=16 ValueDefault=0 [Nl After Namespace] Category=4 Description="The number of newlines after '}' of a namespace." Enabled=false EditorType=numeric CallName="nl_after_namespace\s*=\s*" MinVal=0 MaxVal=16 ValueDefault=0 [Nl Before Access Spec] Category=4 Description="The number of newlines before an access specifier label. This also includes
the Qt-specific 'signals:' and 'slots:'. Will not change the newline count
if after a brace open.

0: No change (default)." Enabled=false EditorType=numeric CallName="nl_before_access_spec\s*=\s*" MinVal=0 MaxVal=16 ValueDefault=0 [Nl After Access Spec] Category=4 Description="The number of newlines after an access specifier label. This also includes
the Qt-specific 'signals:' and 'slots:'. Will not change the newline count
if after a brace open.

0: No change (default).

Overrides nl_typedef_blk_start and nl_var_def_blk_start." Enabled=false EditorType=numeric CallName="nl_after_access_spec\s*=\s*" MinVal=0 MaxVal=16 ValueDefault=0 [Nl Comment Func Def] Category=4 Description="The number of newlines between a function definition and the function
comment, as in '// comment\n <here> void foo() {...}'.

0: No change (default)." Enabled=false EditorType=numeric CallName="nl_comment_func_def\s*=\s*" MinVal=0 MaxVal=16 ValueDefault=0 [Nl After Try Catch Finally] Category=4 Description="The number of newlines after a try-catch-finally block that isn't followed
by a brace close.

0: No change (default)." Enabled=false EditorType=numeric CallName="nl_after_try_catch_finally\s*=\s*" MinVal=0 MaxVal=16 ValueDefault=0 [Nl Around Cs Property] Category=4 Description="(C#) The number of newlines before and after a property, indexer or event
declaration.

0: No change (default)." Enabled=false EditorType=numeric CallName="nl_around_cs_property\s*=\s*" MinVal=0 MaxVal=16 ValueDefault=0 [Nl Between Get Set] Category=4 Description="(C#) The number of newlines between the get/set/add/remove handlers.

0: No change (default)." Enabled=false EditorType=numeric CallName="nl_between_get_set\s*=\s*" MinVal=0 MaxVal=16 ValueDefault=0 [Nl Property Brace] Category=4 Description="(C#) Add or remove newline between property and the '{'." Enabled=false EditorType=multiple Choices=nl_property_brace\s*=\s*ignore|nl_property_brace\s*=\s*add|nl_property_brace\s*=\s*remove|nl_property_brace\s*=\s*force|nl_property_brace\s*=\s*not_defined ChoicesReadable="Ignore Nl Property Brace|Add Nl Property Brace|Remove Nl Property Brace|Force Nl Property Brace" ValueDefault=ignore [Eat Blanks After Open Brace] Category=4 Description="Whether to remove blank lines after '{'." Enabled=false EditorType=boolean TrueFalse=eat_blanks_after_open_brace\s*=\s*true|eat_blanks_after_open_brace\s*=\s*false ValueDefault=false [Eat Blanks Before Close Brace] Category=4 Description="Whether to remove blank lines before '}'." Enabled=false EditorType=boolean TrueFalse=eat_blanks_before_close_brace\s*=\s*true|eat_blanks_before_close_brace\s*=\s*false ValueDefault=false [Nl Remove Extra Newlines] Category=4 Description="How aggressively to remove extra newlines not in preprocessor.

0: No change (default)
1: Remove most newlines not handled by other config
2: Remove all newlines and reformat completely by config" Enabled=false EditorType=numeric CallName="nl_remove_extra_newlines\s*=\s*" MinVal=0 MaxVal=2 ValueDefault=0 [Nl After Annotation] Category=4 Description="(Java) Add or remove newline after an annotation statement. Only affects
annotations that are after a newline." Enabled=false EditorType=multiple Choices=nl_after_annotation\s*=\s*ignore|nl_after_annotation\s*=\s*add|nl_after_annotation\s*=\s*remove|nl_after_annotation\s*=\s*force|nl_after_annotation\s*=\s*not_defined ChoicesReadable="Ignore Nl After Annotation|Add Nl After Annotation|Remove Nl After Annotation|Force Nl After Annotation" ValueDefault=ignore [Nl Between Annotation] Category=4 Description="(Java) Add or remove newline between two annotations." Enabled=false EditorType=multiple Choices=nl_between_annotation\s*=\s*ignore|nl_between_annotation\s*=\s*add|nl_between_annotation\s*=\s*remove|nl_between_annotation\s*=\s*force|nl_between_annotation\s*=\s*not_defined ChoicesReadable="Ignore Nl Between Annotation|Add Nl Between Annotation|Remove Nl Between Annotation|Force Nl Between Annotation" ValueDefault=ignore [Nl Before Whole File Ifdef] Category=4 Description="The number of newlines before a whole-file #ifdef.

0: No change (default)." Enabled=false EditorType=numeric CallName="nl_before_whole_file_ifdef\s*=\s*" MinVal=0 MaxVal=16 ValueDefault=0 [Nl After Whole File Ifdef] Category=4 Description="The number of newlines after a whole-file #ifdef.

0: No change (default)." Enabled=false EditorType=numeric CallName="nl_after_whole_file_ifdef\s*=\s*" MinVal=0 MaxVal=16 ValueDefault=0 [Nl Before Whole File Endif] Category=4 Description="The number of newlines before a whole-file #endif.

0: No change (default)." Enabled=false EditorType=numeric CallName="nl_before_whole_file_endif\s*=\s*" MinVal=0 MaxVal=16 ValueDefault=0 [Nl After Whole File Endif] Category=4 Description="The number of newlines after a whole-file #endif.

0: No change (default)." Enabled=false EditorType=numeric CallName="nl_after_whole_file_endif\s*=\s*" MinVal=0 MaxVal=16 ValueDefault=0 [Pos Arith] Category=5 Description="The position of arithmetic operators in wrapped expressions." Enabled=false EditorType=multiple Choices=pos_arith\s*=\s*ignore|pos_arith\s*=\s*break|pos_arith\s*=\s*force|pos_arith\s*=\s*lead|pos_arith\s*=\s*trail|pos_arith\s*=\s*join|pos_arith\s*=\s*lead_break|pos_arith\s*=\s*lead_force|pos_arith\s*=\s*trail_break|pos_arith\s*=\s*trail_force ChoicesReadable="Ignore Pos Arith|Break Pos Arith|Force Pos Arith|Lead Pos Arith|Trail Pos Arith|Join Pos Arith|Lead Break Pos Arith|Lead Force Pos Arith|Trail Break Pos Arith|Trail Force Pos Arith" ValueDefault=ignore [Pos Assign] Category=5 Description="The position of assignment in wrapped expressions. Do not affect '='
followed by '{'." Enabled=false EditorType=multiple Choices=pos_assign\s*=\s*ignore|pos_assign\s*=\s*break|pos_assign\s*=\s*force|pos_assign\s*=\s*lead|pos_assign\s*=\s*trail|pos_assign\s*=\s*join|pos_assign\s*=\s*lead_break|pos_assign\s*=\s*lead_force|pos_assign\s*=\s*trail_break|pos_assign\s*=\s*trail_force ChoicesReadable="Ignore Pos Assign|Break Pos Assign|Force Pos Assign|Lead Pos Assign|Trail Pos Assign|Join Pos Assign|Lead Break Pos Assign|Lead Force Pos Assign|Trail Break Pos Assign|Trail Force Pos Assign" ValueDefault=ignore [Pos Bool] Category=5 Description="The position of Boolean operators in wrapped expressions." Enabled=false EditorType=multiple Choices=pos_bool\s*=\s*ignore|pos_bool\s*=\s*break|pos_bool\s*=\s*force|pos_bool\s*=\s*lead|pos_bool\s*=\s*trail|pos_bool\s*=\s*join|pos_bool\s*=\s*lead_break|pos_bool\s*=\s*lead_force|pos_bool\s*=\s*trail_break|pos_bool\s*=\s*trail_force ChoicesReadable="Ignore Pos Bool|Break Pos Bool|Force Pos Bool|Lead Pos Bool|Trail Pos Bool|Join Pos Bool|Lead Break Pos Bool|Lead Force Pos Bool|Trail Break Pos Bool|Trail Force Pos Bool" ValueDefault=ignore [Pos Compare] Category=5 Description="The position of comparison operators in wrapped expressions." Enabled=false EditorType=multiple Choices=pos_compare\s*=\s*ignore|pos_compare\s*=\s*break|pos_compare\s*=\s*force|pos_compare\s*=\s*lead|pos_compare\s*=\s*trail|pos_compare\s*=\s*join|pos_compare\s*=\s*lead_break|pos_compare\s*=\s*lead_force|pos_compare\s*=\s*trail_break|pos_compare\s*=\s*trail_force ChoicesReadable="Ignore Pos Compare|Break Pos Compare|Force Pos Compare|Lead Pos Compare|Trail Pos Compare|Join Pos Compare|Lead Break Pos Compare|Lead Force Pos Compare|Trail Break Pos Compare|Trail Force Pos Compare" ValueDefault=ignore [Pos Conditional] Category=5 Description="The position of conditional operators, as in the '?' and ':' of
'expr ? stmt : stmt', in wrapped expressions." Enabled=false EditorType=multiple Choices=pos_conditional\s*=\s*ignore|pos_conditional\s*=\s*break|pos_conditional\s*=\s*force|pos_conditional\s*=\s*lead|pos_conditional\s*=\s*trail|pos_conditional\s*=\s*join|pos_conditional\s*=\s*lead_break|pos_conditional\s*=\s*lead_force|pos_conditional\s*=\s*trail_break|pos_conditional\s*=\s*trail_force ChoicesReadable="Ignore Pos Conditional|Break Pos Conditional|Force Pos Conditional|Lead Pos Conditional|Trail Pos Conditional|Join Pos Conditional|Lead Break Pos Conditional|Lead Force Pos Conditional|Trail Break Pos Conditional|Trail Force Pos Conditional" ValueDefault=ignore [Pos Comma] Category=5 Description="The position of the comma in wrapped expressions." Enabled=false EditorType=multiple Choices=pos_comma\s*=\s*ignore|pos_comma\s*=\s*break|pos_comma\s*=\s*force|pos_comma\s*=\s*lead|pos_comma\s*=\s*trail|pos_comma\s*=\s*join|pos_comma\s*=\s*lead_break|pos_comma\s*=\s*lead_force|pos_comma\s*=\s*trail_break|pos_comma\s*=\s*trail_force ChoicesReadable="Ignore Pos Comma|Break Pos Comma|Force Pos Comma|Lead Pos Comma|Trail Pos Comma|Join Pos Comma|Lead Break Pos Comma|Lead Force Pos Comma|Trail Break Pos Comma|Trail Force Pos Comma" ValueDefault=ignore [Pos Enum Comma] Category=5 Description="The position of the comma in enum entries." Enabled=false EditorType=multiple Choices=pos_enum_comma\s*=\s*ignore|pos_enum_comma\s*=\s*break|pos_enum_comma\s*=\s*force|pos_enum_comma\s*=\s*lead|pos_enum_comma\s*=\s*trail|pos_enum_comma\s*=\s*join|pos_enum_comma\s*=\s*lead_break|pos_enum_comma\s*=\s*lead_force|pos_enum_comma\s*=\s*trail_break|pos_enum_comma\s*=\s*trail_force ChoicesReadable="Ignore Pos Enum Comma|Break Pos Enum Comma|Force Pos Enum Comma|Lead Pos Enum Comma|Trail Pos Enum Comma|Join Pos Enum Comma|Lead Break Pos Enum Comma|Lead Force Pos Enum Comma|Trail Break Pos Enum Comma|Trail Force Pos Enum Comma" ValueDefault=ignore [Pos Class Comma] Category=5 Description="The position of the comma in the base class list if there is more than one
line. Affects nl_class_init_args." Enabled=false EditorType=multiple Choices=pos_class_comma\s*=\s*ignore|pos_class_comma\s*=\s*break|pos_class_comma\s*=\s*force|pos_class_comma\s*=\s*lead|pos_class_comma\s*=\s*trail|pos_class_comma\s*=\s*join|pos_class_comma\s*=\s*lead_break|pos_class_comma\s*=\s*lead_force|pos_class_comma\s*=\s*trail_break|pos_class_comma\s*=\s*trail_force ChoicesReadable="Ignore Pos Class Comma|Break Pos Class Comma|Force Pos Class Comma|Lead Pos Class Comma|Trail Pos Class Comma|Join Pos Class Comma|Lead Break Pos Class Comma|Lead Force Pos Class Comma|Trail Break Pos Class Comma|Trail Force Pos Class Comma" ValueDefault=ignore [Pos Constr Comma] Category=5 Description="The position of the comma in the constructor initialization list.
Related to nl_constr_colon, nl_constr_init_args and pos_constr_colon." Enabled=false EditorType=multiple Choices=pos_constr_comma\s*=\s*ignore|pos_constr_comma\s*=\s*break|pos_constr_comma\s*=\s*force|pos_constr_comma\s*=\s*lead|pos_constr_comma\s*=\s*trail|pos_constr_comma\s*=\s*join|pos_constr_comma\s*=\s*lead_break|pos_constr_comma\s*=\s*lead_force|pos_constr_comma\s*=\s*trail_break|pos_constr_comma\s*=\s*trail_force ChoicesReadable="Ignore Pos Constr Comma|Break Pos Constr Comma|Force Pos Constr Comma|Lead Pos Constr Comma|Trail Pos Constr Comma|Join Pos Constr Comma|Lead Break Pos Constr Comma|Lead Force Pos Constr Comma|Trail Break Pos Constr Comma|Trail Force Pos Constr Comma" ValueDefault=ignore [Pos Class Colon] Category=5 Description="The position of trailing/leading class colon, between class and base class
list. Affects nl_class_colon." Enabled=false EditorType=multiple Choices=pos_class_colon\s*=\s*ignore|pos_class_colon\s*=\s*break|pos_class_colon\s*=\s*force|pos_class_colon\s*=\s*lead|pos_class_colon\s*=\s*trail|pos_class_colon\s*=\s*join|pos_class_colon\s*=\s*lead_break|pos_class_colon\s*=\s*lead_force|pos_class_colon\s*=\s*trail_break|pos_class_colon\s*=\s*trail_force ChoicesReadable="Ignore Pos Class Colon|Break Pos Class Colon|Force Pos Class Colon|Lead Pos Class Colon|Trail Pos Class Colon|Join Pos Class Colon|Lead Break Pos Class Colon|Lead Force Pos Class Colon|Trail Break Pos Class Colon|Trail Force Pos Class Colon" ValueDefault=ignore [Pos Constr Colon] Category=5 Description="The position of colons between constructor and member initialization.
Related to nl_constr_colon, nl_constr_init_args and pos_constr_comma." Enabled=false EditorType=multiple Choices=pos_constr_colon\s*=\s*ignore|pos_constr_colon\s*=\s*break|pos_constr_colon\s*=\s*force|pos_constr_colon\s*=\s*lead|pos_constr_colon\s*=\s*trail|pos_constr_colon\s*=\s*join|pos_constr_colon\s*=\s*lead_break|pos_constr_colon\s*=\s*lead_force|pos_constr_colon\s*=\s*trail_break|pos_constr_colon\s*=\s*trail_force ChoicesReadable="Ignore Pos Constr Colon|Break Pos Constr Colon|Force Pos Constr Colon|Lead Pos Constr Colon|Trail Pos Constr Colon|Join Pos Constr Colon|Lead Break Pos Constr Colon|Lead Force Pos Constr Colon|Trail Break Pos Constr Colon|Trail Force Pos Constr Colon" ValueDefault=ignore [Pos Shift] Category=5 Description="The position of shift operators in wrapped expressions." Enabled=false EditorType=multiple Choices=pos_shift\s*=\s*ignore|pos_shift\s*=\s*break|pos_shift\s*=\s*force|pos_shift\s*=\s*lead|pos_shift\s*=\s*trail|pos_shift\s*=\s*join|pos_shift\s*=\s*lead_break|pos_shift\s*=\s*lead_force|pos_shift\s*=\s*trail_break|pos_shift\s*=\s*trail_force ChoicesReadable="Ignore Pos Shift|Break Pos Shift|Force Pos Shift|Lead Pos Shift|Trail Pos Shift|Join Pos Shift|Lead Break Pos Shift|Lead Force Pos Shift|Trail Break Pos Shift|Trail Force Pos Shift" ValueDefault=ignore [Code Width] Category=6 Description="Try to limit code width to N columns." Enabled=false EditorType=numeric CallName="code_width\s*=\s*" MinVal=0 MaxVal=10000 ValueDefault=0 [Ls For Split Full] Category=6 Description="Whether to fully split long 'for' statements at semi-colons." Enabled=false EditorType=boolean TrueFalse=ls_for_split_full\s*=\s*true|ls_for_split_full\s*=\s*false ValueDefault=false [Ls Func Split Full] Category=6 Description="Whether to fully split long function prototypes/calls at commas.
The option ls_code_width has priority over the option ls_func_split_full." Enabled=false EditorType=boolean TrueFalse=ls_func_split_full\s*=\s*true|ls_func_split_full\s*=\s*false ValueDefault=false [Ls Code Width] Category=6 Description="Whether to split lines as close to code_width as possible and ignore some
groupings.
The option ls_code_width has priority over the option ls_func_split_full." Enabled=false EditorType=boolean TrueFalse=ls_code_width\s*=\s*true|ls_code_width\s*=\s*false ValueDefault=false [Align Keep Tabs] Category=7 Description="Whether to keep non-indenting tabs." Enabled=false EditorType=boolean TrueFalse=align_keep_tabs\s*=\s*true|align_keep_tabs\s*=\s*false ValueDefault=false [Align With Tabs] Category=7 Description="Whether to use tabs for aligning." Enabled=false EditorType=boolean TrueFalse=align_with_tabs\s*=\s*true|align_with_tabs\s*=\s*false ValueDefault=false [Align On Tabstop] Category=7 Description="Whether to bump out to the next tab when aligning." Enabled=false EditorType=boolean TrueFalse=align_on_tabstop\s*=\s*true|align_on_tabstop\s*=\s*false ValueDefault=false [Align Number Right] Category=7 Description="Whether to right-align numbers." Enabled=false EditorType=boolean TrueFalse=align_number_right\s*=\s*true|align_number_right\s*=\s*false ValueDefault=false [Align Keep Extra Space] Category=7 Description="Whether to keep whitespace not required for alignment." Enabled=false EditorType=boolean TrueFalse=align_keep_extra_space\s*=\s*true|align_keep_extra_space\s*=\s*false ValueDefault=false [Align Func Params] Category=7 Description="Whether to align variable definitions in prototypes and functions." Enabled=false EditorType=boolean TrueFalse=align_func_params\s*=\s*true|align_func_params\s*=\s*false ValueDefault=false [Align Func Params Span] Category=7 Description="The span for aligning parameter definitions in function on parameter name.

0: Don't align (default)." Enabled=false EditorType=numeric CallName="align_func_params_span\s*=\s*" MinVal=0 MaxVal=16 ValueDefault=0 [Align Func Params Thresh] Category=7 Description="The threshold for aligning function parameter definitions.
Use a negative number for absolute thresholds.

0: No limit (default)." Enabled=false EditorType=numeric CallName="align_func_params_thresh\s*=\s*" MinVal=-1000 MaxVal=5000 ValueDefault=0 [Align Func Params Gap] Category=7 Description="The gap for aligning function parameter definitions." Enabled=false EditorType=numeric CallName="align_func_params_gap\s*=\s*" MinVal=0 MaxVal=16 ValueDefault=0 [Align Constr Value Span] Category=7 Description="The span for aligning constructor value.

0: Don't align (default)." Enabled=false EditorType=numeric CallName="align_constr_value_span\s*=\s*" MinVal=0 MaxVal=16 ValueDefault=0 [Align Constr Value Thresh] Category=7 Description="The threshold for aligning constructor value.
Use a negative number for absolute thresholds.

0: No limit (default)." Enabled=false EditorType=numeric CallName="align_constr_value_thresh\s*=\s*" MinVal=-1000 MaxVal=5000 ValueDefault=0 [Align Constr Value Gap] Category=7 Description="The gap for aligning constructor value." Enabled=false EditorType=numeric CallName="align_constr_value_gap\s*=\s*" MinVal=0 MaxVal=16 ValueDefault=0 [Align Same Func Call Params] Category=7 Description="Whether to align parameters in single-line functions that have the same
name. The function names must already be aligned with each other." Enabled=false EditorType=boolean TrueFalse=align_same_func_call_params\s*=\s*true|align_same_func_call_params\s*=\s*false ValueDefault=false [Align Same Func Call Params Span] Category=7 Description="The span for aligning function-call parameters for single line functions.

0: Don't align (default)." Enabled=false EditorType=numeric CallName="align_same_func_call_params_span\s*=\s*" MinVal=0 MaxVal=5000 ValueDefault=0 [Align Same Func Call Params Thresh] Category=7 Description="The threshold for aligning function-call parameters for single line
functions.
Use a negative number for absolute thresholds.

0: No limit (default)." Enabled=false EditorType=numeric CallName="align_same_func_call_params_thresh\s*=\s*" MinVal=-1000 MaxVal=5000 ValueDefault=0 [Align Var Def Span] Category=7 Description="The span for aligning variable definitions.

0: Don't align (default)." Enabled=false EditorType=numeric CallName="align_var_def_span\s*=\s*" MinVal=0 MaxVal=5000 ValueDefault=0 [Align Var Def Star Style] Category=7 Description="How to consider (or treat) the '*' in the alignment of variable definitions.

0: Part of the type 'void * foo;' (default)
1: Part of the variable 'void *foo;'
2: Dangling 'void *foo;'
Dangling: the '*' will not be taken into account when aligning." Enabled=false EditorType=numeric CallName="align_var_def_star_style\s*=\s*" MinVal=0 MaxVal=2 ValueDefault=0 [Align Var Def Amp Style] Category=7 Description="How to consider (or treat) the '&' in the alignment of variable definitions.

0: Part of the type 'long & foo;' (default)
1: Part of the variable 'long &foo;'
2: Dangling 'long &foo;'
Dangling: the '&' will not be taken into account when aligning." Enabled=false EditorType=numeric CallName="align_var_def_amp_style\s*=\s*" MinVal=0 MaxVal=2 ValueDefault=0 [Align Var Def Thresh] Category=7 Description="The threshold for aligning variable definitions.
Use a negative number for absolute thresholds.

0: No limit (default)." Enabled=false EditorType=numeric CallName="align_var_def_thresh\s*=\s*" MinVal=-1000 MaxVal=5000 ValueDefault=0 [Align Var Def Gap] Category=7 Description="The gap for aligning variable definitions." Enabled=false EditorType=numeric CallName="align_var_def_gap\s*=\s*" MinVal=0 MaxVal=16 ValueDefault=0 [Align Var Def Colon] Category=7 Description="Whether to align the colon in struct bit fields." Enabled=false EditorType=boolean TrueFalse=align_var_def_colon\s*=\s*true|align_var_def_colon\s*=\s*false ValueDefault=false [Align Var Def Colon Gap] Category=7 Description="The gap for aligning the colon in struct bit fields." Enabled=false EditorType=numeric CallName="align_var_def_colon_gap\s*=\s*" MinVal=0 MaxVal=16 ValueDefault=0 [Align Var Def Attribute] Category=7 Description="Whether to align any attribute after the variable name." Enabled=false EditorType=boolean TrueFalse=align_var_def_attribute\s*=\s*true|align_var_def_attribute\s*=\s*false ValueDefault=false [Align Var Def Inline] Category=7 Description="Whether to align inline struct/enum/union variable definitions." Enabled=false EditorType=boolean TrueFalse=align_var_def_inline\s*=\s*true|align_var_def_inline\s*=\s*false ValueDefault=false [Align Assign Span] Category=7 Description="The span for aligning on '=' in assignments.

0: Don't align (default)." Enabled=false EditorType=numeric CallName="align_assign_span\s*=\s*" MinVal=0 MaxVal=5000 ValueDefault=0 [Align Assign Func Proto Span] Category=7 Description="The span for aligning on '=' in function prototype modifier.

0: Don't align (default)." Enabled=false EditorType=numeric CallName="align_assign_func_proto_span\s*=\s*" MinVal=0 MaxVal=5000 ValueDefault=0 [Align Assign Thresh] Category=7 Description="The threshold for aligning on '=' in assignments.
Use a negative number for absolute thresholds.

0: No limit (default)." Enabled=false EditorType=numeric CallName="align_assign_thresh\s*=\s*" MinVal=-1000 MaxVal=5000 ValueDefault=0 [Align Assign On Multi Var Defs] Category=7 Description="Whether to align on the left most assignment when multiple
definitions are found on the same line.
Depends on 'align_assign_span' and 'align_assign_thresh' settings." Enabled=false EditorType=boolean TrueFalse=align_assign_on_multi_var_defs\s*=\s*true|align_assign_on_multi_var_defs\s*=\s*false ValueDefault=false [Align Braced Init List Span] Category=7 Description="The span for aligning on '{' in braced init list.

0: Don't align (default)." Enabled=false EditorType=numeric CallName="align_braced_init_list_span\s*=\s*" MinVal=0 MaxVal=5000 ValueDefault=0 [Align Braced Init List Thresh] Category=7 Description="The threshold for aligning on '{' in braced init list.
Use a negative number for absolute thresholds.

0: No limit (default)." Enabled=false EditorType=numeric CallName="align_braced_init_list_thresh\s*=\s*" MinVal=-1000 MaxVal=5000 ValueDefault=0 [Align Assign Decl Func] Category=7 Description="How to apply align_assign_span to function declaration "assignments", i.e.
'virtual void foo() = 0' or '~foo() = {default|delete}'.

0: Align with other assignments (default)
1: Align with each other, ignoring regular assignments
2: Don't align" Enabled=false EditorType=numeric CallName="align_assign_decl_func\s*=\s*" MinVal=0 MaxVal=2 ValueDefault=0 [Align Enum Equ Span] Category=7 Description="The span for aligning on '=' in enums.

0: Don't align (default)." Enabled=false EditorType=numeric CallName="align_enum_equ_span\s*=\s*" MinVal=0 MaxVal=5000 ValueDefault=0 [Align Enum Equ Thresh] Category=7 Description="The threshold for aligning on '=' in enums.
Use a negative number for absolute thresholds.

0: no limit (default)." Enabled=false EditorType=numeric CallName="align_enum_equ_thresh\s*=\s*" MinVal=-1000 MaxVal=5000 ValueDefault=0 [Align Var Class Span] Category=7 Description="The span for aligning class member definitions.

0: Don't align (default)." Enabled=false EditorType=numeric CallName="align_var_class_span\s*=\s*" MinVal=0 MaxVal=5000 ValueDefault=0 [Align Var Class Thresh] Category=7 Description="The threshold for aligning class member definitions.
Use a negative number for absolute thresholds.

0: No limit (default)." Enabled=false EditorType=numeric CallName="align_var_class_thresh\s*=\s*" MinVal=-1000 MaxVal=5000 ValueDefault=0 [Align Var Class Gap] Category=7 Description="The gap for aligning class member definitions." Enabled=false EditorType=numeric CallName="align_var_class_gap\s*=\s*" MinVal=0 MaxVal=16 ValueDefault=0 [Align Var Struct Span] Category=7 Description="The span for aligning struct/union member definitions.

0: Don't align (default)." Enabled=false EditorType=numeric CallName="align_var_struct_span\s*=\s*" MinVal=0 MaxVal=5000 ValueDefault=0 [Align Var Struct Thresh] Category=7 Description="The threshold for aligning struct/union member definitions.
Use a negative number for absolute thresholds.

0: No limit (default)." Enabled=false EditorType=numeric CallName="align_var_struct_thresh\s*=\s*" MinVal=-1000 MaxVal=5000 ValueDefault=0 [Align Var Struct Gap] Category=7 Description="The gap for aligning struct/union member definitions." Enabled=false EditorType=numeric CallName="align_var_struct_gap\s*=\s*" MinVal=0 MaxVal=16 ValueDefault=0 [Align Struct Init Span] Category=7 Description="The span for aligning struct initializer values.

0: Don't align (default)." Enabled=false EditorType=numeric CallName="align_struct_init_span\s*=\s*" MinVal=0 MaxVal=5000 ValueDefault=0 [Align Typedef Span] Category=7 Description="The span for aligning single-line typedefs.

0: Don't align (default)." Enabled=false EditorType=numeric CallName="align_typedef_span\s*=\s*" MinVal=0 MaxVal=16 ValueDefault=0 [Align Typedef Gap] Category=7 Description="The minimum space between the type and the synonym of a typedef." Enabled=false EditorType=numeric CallName="align_typedef_gap\s*=\s*" MinVal=0 MaxVal=16 ValueDefault=0 [Align Typedef Func] Category=7 Description="How to align typedef'd functions with other typedefs.

0: Don't mix them at all (default)
1: Align the open parenthesis with the types
2: Align the function type name with the other type names" Enabled=false EditorType=numeric CallName="align_typedef_func\s*=\s*" MinVal=0 MaxVal=2 ValueDefault=0 [Align Typedef Star Style] Category=7 Description="How to consider (or treat) the '*' in the alignment of typedefs.

0: Part of the typedef type, 'typedef int * pint;' (default)
1: Part of type name: 'typedef int *pint;'
2: Dangling: 'typedef int *pint;'
Dangling: the '*' will not be taken into account when aligning." Enabled=false EditorType=numeric CallName="align_typedef_star_style\s*=\s*" MinVal=0 MaxVal=2 ValueDefault=0 [Align Typedef Amp Style] Category=7 Description="How to consider (or treat) the '&' in the alignment of typedefs.

0: Part of the typedef type, 'typedef int & intref;' (default)
1: Part of type name: 'typedef int &intref;'
2: Dangling: 'typedef int &intref;'
Dangling: the '&' will not be taken into account when aligning." Enabled=false EditorType=numeric CallName="align_typedef_amp_style\s*=\s*" MinVal=0 MaxVal=2 ValueDefault=0 [Align Right Cmt Span] Category=7 Description="The span for aligning comments that end lines.

0: Don't align (default)." Enabled=false EditorType=numeric CallName="align_right_cmt_span\s*=\s*" MinVal=0 MaxVal=5000 ValueDefault=0 [Align Right Cmt Gap] Category=7 Description="Minimum number of columns between preceding text and a trailing comment in
order for the comment to qualify for being aligned. Must be non-zero to have
an effect." Enabled=false EditorType=numeric CallName="align_right_cmt_gap\s*=\s*" MinVal=0 MaxVal=16 ValueDefault=0 [Align Right Cmt Mix] Category=7 Description="If aligning comments, whether to mix with comments after '}' and #endif with
less than three spaces before the comment." Enabled=false EditorType=boolean TrueFalse=align_right_cmt_mix\s*=\s*true|align_right_cmt_mix\s*=\s*false ValueDefault=false [Align Right Cmt Same Level] Category=7 Description="Whether to only align trailing comments that are at the same brace level." Enabled=false EditorType=boolean TrueFalse=align_right_cmt_same_level\s*=\s*true|align_right_cmt_same_level\s*=\s*false ValueDefault=false [Align Right Cmt At Col] Category=7 Description="Minimum column at which to align trailing comments. Comments which are
aligned beyond this column, but which can be aligned in a lesser column,
may be "pulled in".

0: Ignore (default)." Enabled=false EditorType=numeric CallName="align_right_cmt_at_col\s*=\s*" MinVal=0 MaxVal=200 ValueDefault=0 [Align Func Proto Span] Category=7 Description="The span for aligning function prototypes.

0: Don't align (default)." Enabled=false EditorType=numeric CallName="align_func_proto_span\s*=\s*" MinVal=0 MaxVal=5000 ValueDefault=0 [Align Func Proto Span Ignore Cont Lines] Category=7 Description="Whether to ignore continuation lines when evaluating the number of
new lines for the function prototype alignment's span.

false: continuation lines are part of the newlines count
true: continuation lines are not counted" Enabled=false EditorType=boolean TrueFalse=align_func_proto_span_ignore_cont_lines\s*=\s*true|align_func_proto_span_ignore_cont_lines\s*=\s*false ValueDefault=false [Align Func Proto Star Style] Category=7 Description="How to consider (or treat) the '*' in the alignment of function prototypes.

0: Part of the type 'void * foo();' (default)
1: Part of the function 'void *foo();'
2: Dangling 'void *foo();'
Dangling: the '*' will not be taken into account when aligning." Enabled=false EditorType=numeric CallName="align_func_proto_star_style\s*=\s*" MinVal=0 MaxVal=2 ValueDefault=0 [Align Func Proto Amp Style] Category=7 Description="How to consider (or treat) the '&' in the alignment of function prototypes.

0: Part of the type 'long & foo();' (default)
1: Part of the function 'long &foo();'
2: Dangling 'long &foo();'
Dangling: the '&' will not be taken into account when aligning." Enabled=false EditorType=numeric CallName="align_func_proto_amp_style\s*=\s*" MinVal=0 MaxVal=2 ValueDefault=0 [Align Func Proto Thresh] Category=7 Description="The threshold for aligning function prototypes.
Use a negative number for absolute thresholds.

0: No limit (default)." Enabled=false EditorType=numeric CallName="align_func_proto_thresh\s*=\s*" MinVal=-1000 MaxVal=5000 ValueDefault=0 [Align Func Proto Gap] Category=7 Description="Minimum gap between the return type and the function name." Enabled=false EditorType=numeric CallName="align_func_proto_gap\s*=\s*" MinVal=0 MaxVal=16 ValueDefault=0 [Align On Operator] Category=7 Description="Whether to align function prototypes on the 'operator' keyword instead of
what follows." Enabled=false EditorType=boolean TrueFalse=align_on_operator\s*=\s*true|align_on_operator\s*=\s*false ValueDefault=false [Align Mix Var Proto] Category=7 Description="Whether to mix aligning prototype and variable declarations. If true,
align_var_def_XXX options are used instead of align_func_proto_XXX options." Enabled=false EditorType=boolean TrueFalse=align_mix_var_proto\s*=\s*true|align_mix_var_proto\s*=\s*false ValueDefault=false [Align Single Line Func] Category=7 Description="Whether to align single-line functions with function prototypes.
Uses align_func_proto_span." Enabled=false EditorType=boolean TrueFalse=align_single_line_func\s*=\s*true|align_single_line_func\s*=\s*false ValueDefault=false [Align Single Line Brace] Category=7 Description="Whether to align the open brace of single-line functions.
Requires align_single_line_func=true. Uses align_func_proto_span." Enabled=false EditorType=boolean TrueFalse=align_single_line_brace\s*=\s*true|align_single_line_brace\s*=\s*false ValueDefault=false [Align Single Line Brace Gap] Category=7 Description="Gap for align_single_line_brace." Enabled=false EditorType=numeric CallName="align_single_line_brace_gap\s*=\s*" MinVal=0 MaxVal=16 ValueDefault=0 [Align Oc Msg Spec Span] Category=7 Description="(OC) The span for aligning Objective-C message specifications.

0: Don't align (default)." Enabled=false EditorType=numeric CallName="align_oc_msg_spec_span\s*=\s*" MinVal=0 MaxVal=5000 ValueDefault=0 [Align Nl Cont] Category=7 Description="Whether and how to align backslashes that split a macro onto multiple lines.
This will not work right if the macro contains a multi-line comment.

0: Do nothing (default)
1: Align the backslashes in the column at the end of the longest line
2: Align with the backslash that is farthest to the left, or, if that
backslash is farther left than the end of the longest line, at the end of
the longest line
3: Align with the backslash that is farthest to the right" Enabled=false EditorType=numeric CallName="align_nl_cont\s*=\s*" MinVal=0 MaxVal=3 ValueDefault=0 [Align Nl Cont Spaces] Category=7 Description="The minimum number of spaces between the end of a line and its continuation
backslash. Requires align_nl_cont.

Default: 1" Enabled=false EditorType=numeric CallName="align_nl_cont_spaces\s*=\s*" MinVal=0 MaxVal=16 ValueDefault=1 [Align Pp Define Together] Category=7 Description="Whether to align macro functions and variables together." Enabled=false EditorType=boolean TrueFalse=align_pp_define_together\s*=\s*true|align_pp_define_together\s*=\s*false ValueDefault=false [Align Pp Define Span] Category=7 Description="The span for aligning on '#define' bodies.

=0: Don't align (default)
>0: Number of lines (including comments) between blocks" Enabled=false EditorType=numeric CallName="align_pp_define_span\s*=\s*" MinVal=0 MaxVal=5000 ValueDefault=0 [Align Pp Define Gap] Category=7 Description="The minimum space between label and value of a preprocessor define." Enabled=false EditorType=numeric CallName="align_pp_define_gap\s*=\s*" MinVal=0 MaxVal=16 ValueDefault=0 [Align Left Shift] Category=7 Description="Whether to align lines that start with '<<' with previous '<<'.

Default: true" Enabled=false EditorType=boolean TrueFalse=align_left_shift\s*=\s*true|align_left_shift\s*=\s*false ValueDefault=true [Align Eigen Comma Init] Category=7 Description="Whether to align comma-separated statements following '<<' (as used to
initialize Eigen matrices)." Enabled=false EditorType=boolean TrueFalse=align_eigen_comma_init\s*=\s*true|align_eigen_comma_init\s*=\s*false ValueDefault=false [Align Asm Colon] Category=7 Description="Whether to align text after 'asm volatile ()' colons." Enabled=false EditorType=boolean TrueFalse=align_asm_colon\s*=\s*true|align_asm_colon\s*=\s*false ValueDefault=false [Align Oc Msg Colon Span] Category=7 Description="(OC) Span for aligning parameters in an Objective-C message call
on the ':'.

0: Don't align." Enabled=false EditorType=numeric CallName="align_oc_msg_colon_span\s*=\s*" MinVal=0 MaxVal=5000 ValueDefault=0 [Align Oc Msg Colon First] Category=7 Description="(OC) Whether to always align with the first parameter, even if it is too
short." Enabled=false EditorType=boolean TrueFalse=align_oc_msg_colon_first\s*=\s*true|align_oc_msg_colon_first\s*=\s*false ValueDefault=false [Align Oc Decl Colon] Category=7 Description="(OC) Whether to align parameters in an Objective-C '+' or '-' declaration
on the ':'." Enabled=false EditorType=boolean TrueFalse=align_oc_decl_colon\s*=\s*true|align_oc_decl_colon\s*=\s*false ValueDefault=false [Align Oc Msg Colon Xcode Like] Category=7 Description="(OC) Whether to not align parameters in an Objectve-C message call if first
colon is not on next line of the message call (the same way Xcode does
alignment)" Enabled=false EditorType=boolean TrueFalse=align_oc_msg_colon_xcode_like\s*=\s*true|align_oc_msg_colon_xcode_like\s*=\s*false ValueDefault=false [Cmt Width] Category=8 Description="Try to wrap comments at N columns." Enabled=false EditorType=numeric CallName="cmt_width\s*=\s*" MinVal=0 MaxVal=256 ValueDefault=0 [Cmt Reflow Mode] Category=8 Description="How to reflow comments.

0: No reflowing (apart from the line wrapping due to cmt_width) (default)
1: No touching at all
2: Full reflow (enable cmt_indent_multi for indent with line wrapping due to cmt_width)" Enabled=false EditorType=numeric CallName="cmt_reflow_mode\s*=\s*" MinVal=0 MaxVal=2 ValueDefault=0 [Cmt Reflow Fold Regex File] Category=8 Description="Path to a file that contains regular expressions describing patterns for
which the end of one line and the beginning of the next will be folded into
the same sentence or paragraph during full comment reflow. The regular
expressions are described using ECMAScript syntax. The syntax for this
specification is as follows, where "..." indicates the custom regular
expression and "n" indicates the nth end_of_prev_line_regex and
beg_of_next_line_regex regular expression pair:

end_of_prev_line_regex[1] = "...$"
beg_of_next_line_regex[1] = "^..."
end_of_prev_line_regex[2] = "...$"
beg_of_next_line_regex[2] = "^..."
.
.
.
end_of_prev_line_regex[n] = "...$"
beg_of_next_line_regex[n] = "^..."

Note that use of this option overrides the default reflow fold regular
expressions, which are internally defined as follows:

end_of_prev_line_regex[1] = "[\w,\]\)]$"
beg_of_next_line_regex[1] = "^[\w,\[\(]"
end_of_prev_line_regex[2] = "\.$"
beg_of_next_line_regex[2] = "^[A-Z]"" Enabled=false CallName=cmt_reflow_fold_regex_file\s*=\s* EditorType=string ValueDefault= [Cmt Reflow Indent To Paragraph Start] Category=8 Description="Whether to indent wrapped lines to the start of the encompassing paragraph
during full comment reflow (cmt_reflow_mode = 2). Overrides the value
specified by cmt_sp_after_star_cont.

Note that cmt_align_doxygen_javadoc_tags overrides this option for
paragraphs associated with javadoc tags" Enabled=false EditorType=boolean TrueFalse=cmt_reflow_indent_to_paragraph_start\s*=\s*true|cmt_reflow_indent_to_paragraph_start\s*=\s*false ValueDefault=false [Cmt Convert Tab To Spaces] Category=8 Description="Whether to convert all tabs to spaces in comments. If false, tabs in
comments are left alone, unless used for indenting." Enabled=false EditorType=boolean TrueFalse=cmt_convert_tab_to_spaces\s*=\s*true|cmt_convert_tab_to_spaces\s*=\s*false ValueDefault=false [Cmt Indent Multi] Category=8 Description="Whether to apply changes to multi-line comments, including cmt_width,
keyword substitution and leading chars.

Default: true" Enabled=false EditorType=boolean TrueFalse=cmt_indent_multi\s*=\s*true|cmt_indent_multi\s*=\s*false ValueDefault=true [Cmt Align Doxygen Javadoc Tags] Category=8 Description="Whether to align doxygen javadoc-style tags ('@param', '@return', etc.)
and corresponding fields such that groups of consecutive block tags,
parameter names, and descriptions align with one another. Overrides that
which is specified by the cmt_sp_after_star_cont. If cmt_width > 0, it may
be necessary to enable cmt_indent_multi and set cmt_reflow_mode = 2
in order to achieve the desired alignment for line-wrapping." Enabled=false EditorType=boolean TrueFalse=cmt_align_doxygen_javadoc_tags\s*=\s*true|cmt_align_doxygen_javadoc_tags\s*=\s*false ValueDefault=false [Cmt Sp Before Doxygen Javadoc Tags] Category=8 Description="The number of spaces to insert after the star and before doxygen
javadoc-style tags (@param, @return, etc). Requires enabling
cmt_align_doxygen_javadoc_tags. Overrides that which is specified by the
cmt_sp_after_star_cont.

Default: 1" Enabled=false EditorType=numeric CallName="cmt_sp_before_doxygen_javadoc_tags\s*=\s*" MinVal=0 MaxVal=16 ValueDefault=1 [Cmt Trailing Single Line C To Cpp] Category=8 Description="Whether to change trailing, single-line c-comments into cpp-comments." Enabled=false EditorType=boolean TrueFalse=cmt_trailing_single_line_c_to_cpp\s*=\s*true|cmt_trailing_single_line_c_to_cpp\s*=\s*false ValueDefault=false [Cmt C Group] Category=8 Description="Whether to group c-comments that look like they are in a block." Enabled=false EditorType=boolean TrueFalse=cmt_c_group\s*=\s*true|cmt_c_group\s*=\s*false ValueDefault=false [Cmt C Nl Start] Category=8 Description="Whether to put an empty '/*' on the first line of the combined c-comment." Enabled=false EditorType=boolean TrueFalse=cmt_c_nl_start\s*=\s*true|cmt_c_nl_start\s*=\s*false ValueDefault=false [Cmt C Nl End] Category=8 Description="Whether to add a newline before the closing '*/' of the combined c-comment." Enabled=false EditorType=boolean TrueFalse=cmt_c_nl_end\s*=\s*true|cmt_c_nl_end\s*=\s*false ValueDefault=false [Cmt Cpp To C] Category=8 Description="Whether to change cpp-comments into c-comments." Enabled=false EditorType=boolean TrueFalse=cmt_cpp_to_c\s*=\s*true|cmt_cpp_to_c\s*=\s*false ValueDefault=false [Cmt Cpp Group] Category=8 Description="Whether to group cpp-comments that look like they are in a block. Only
meaningful if cmt_cpp_to_c=true." Enabled=false EditorType=boolean TrueFalse=cmt_cpp_group\s*=\s*true|cmt_cpp_group\s*=\s*false ValueDefault=false [Cmt Cpp Nl Start] Category=8 Description="Whether to put an empty '/*' on the first line of the combined cpp-comment
when converting to a c-comment.

Requires cmt_cpp_to_c=true and cmt_cpp_group=true." Enabled=false EditorType=boolean TrueFalse=cmt_cpp_nl_start\s*=\s*true|cmt_cpp_nl_start\s*=\s*false ValueDefault=false [Cmt Cpp Nl End] Category=8 Description="Whether to add a newline before the closing '*/' of the combined cpp-comment
when converting to a c-comment.

Requires cmt_cpp_to_c=true and cmt_cpp_group=true." Enabled=false EditorType=boolean TrueFalse=cmt_cpp_nl_end\s*=\s*true|cmt_cpp_nl_end\s*=\s*false ValueDefault=false [Cmt Star Cont] Category=8 Description="Whether to put a star on subsequent comment lines." Enabled=false EditorType=boolean TrueFalse=cmt_star_cont\s*=\s*true|cmt_star_cont\s*=\s*false ValueDefault=false [Cmt Sp Before Star Cont] Category=8 Description="The number of spaces to insert at the start of subsequent comment lines." Enabled=false EditorType=numeric CallName="cmt_sp_before_star_cont\s*=\s*" MinVal=0 MaxVal=16 ValueDefault=0 [Cmt Sp After Star Cont] Category=8 Description="The number of spaces to insert after the star on subsequent comment lines." Enabled=false EditorType=numeric CallName="cmt_sp_after_star_cont\s*=\s*" MinVal=0 MaxVal=16 ValueDefault=0 [Cmt Multi Check Last] Category=8 Description="For multi-line comments with a '*' lead, remove leading spaces if the first
and last lines of the comment are the same length.

Default: true" Enabled=false EditorType=boolean TrueFalse=cmt_multi_check_last\s*=\s*true|cmt_multi_check_last\s*=\s*false ValueDefault=true [Cmt Multi First Len Minimum] Category=8 Description="For multi-line comments with a '*' lead, remove leading spaces if the first
and last lines of the comment are the same length AND if the length is
bigger as the first_len minimum.

Default: 4" Enabled=false EditorType=numeric CallName="cmt_multi_first_len_minimum\s*=\s*" MinVal=1 MaxVal=20 ValueDefault=4 [Cmt Insert File Header] Category=8 Description="Path to a file that contains text to insert at the beginning of a file if
the file doesn't start with a C/C++ comment. If the inserted text contains
'$(filename)', that will be replaced with the current file's name." Enabled=false CallName=cmt_insert_file_header\s*=\s* EditorType=string ValueDefault= [Cmt Insert File Footer] Category=8 Description="Path to a file that contains text to insert at the end of a file if the
file doesn't end with a C/C++ comment. If the inserted text contains
'$(filename)', that will be replaced with the current file's name." Enabled=false CallName=cmt_insert_file_footer\s*=\s* EditorType=string ValueDefault= [Cmt Insert Func Header] Category=8 Description="Path to a file that contains text to insert before a function definition if
the function isn't preceded by a C/C++ comment. If the inserted text
contains '$(function)', '$(javaparam)' or '$(fclass)', these will be
replaced with, respectively, the name of the function, the javadoc '@param'
and '@return' stuff, or the name of the class to which the member function
belongs." Enabled=false CallName=cmt_insert_func_header\s*=\s* EditorType=string ValueDefault= [Cmt Insert Class Header] Category=8 Description="Path to a file that contains text to insert before a class if the class
isn't preceded by a C/C++ comment. If the inserted text contains '$(class)',
that will be replaced with the class name." Enabled=false CallName=cmt_insert_class_header\s*=\s* EditorType=string ValueDefault= [Cmt Insert Oc Msg Header] Category=8 Description="Path to a file that contains text to insert before an Objective-C message
specification, if the method isn't preceded by a C/C++ comment. If the
inserted text contains '$(message)' or '$(javaparam)', these will be
replaced with, respectively, the name of the function, or the javadoc
'@param' and '@return' stuff." Enabled=false CallName=cmt_insert_oc_msg_header\s*=\s* EditorType=string ValueDefault= [Cmt Insert Before Preproc] Category=8 Description="Whether a comment should be inserted if a preprocessor is encountered when
stepping backwards from a function name.

Applies to cmt_insert_oc_msg_header, cmt_insert_func_header and
cmt_insert_class_header." Enabled=false EditorType=boolean TrueFalse=cmt_insert_before_preproc\s*=\s*true|cmt_insert_before_preproc\s*=\s*false ValueDefault=false [Cmt Insert Before Inlines] Category=8 Description="Whether a comment should be inserted if a function is declared inline to a
class definition.

Applies to cmt_insert_func_header.

Default: true" Enabled=false EditorType=boolean TrueFalse=cmt_insert_before_inlines\s*=\s*true|cmt_insert_before_inlines\s*=\s*false ValueDefault=true [Cmt Insert Before Ctor Dtor] Category=8 Description="Whether a comment should be inserted if the function is a class constructor
or destructor.

Applies to cmt_insert_func_header." Enabled=false EditorType=boolean TrueFalse=cmt_insert_before_ctor_dtor\s*=\s*true|cmt_insert_before_ctor_dtor\s*=\s*false ValueDefault=false [Mod Full Brace Do] Category=9 Description="Add or remove braces on a single-line 'do' statement." Enabled=false EditorType=multiple Choices=mod_full_brace_do\s*=\s*ignore|mod_full_brace_do\s*=\s*add|mod_full_brace_do\s*=\s*remove|mod_full_brace_do\s*=\s*force|mod_full_brace_do\s*=\s*not_defined ChoicesReadable="Ignore Mod Full Brace Do|Add Mod Full Brace Do|Remove Mod Full Brace Do|Force Mod Full Brace Do" ValueDefault=ignore [Mod Full Brace For] Category=9 Description="Add or remove braces on a single-line 'for' statement." Enabled=false EditorType=multiple Choices=mod_full_brace_for\s*=\s*ignore|mod_full_brace_for\s*=\s*add|mod_full_brace_for\s*=\s*remove|mod_full_brace_for\s*=\s*force|mod_full_brace_for\s*=\s*not_defined ChoicesReadable="Ignore Mod Full Brace For|Add Mod Full Brace For|Remove Mod Full Brace For|Force Mod Full Brace For" ValueDefault=ignore [Mod Full Brace Function] Category=9 Description="(Pawn) Add or remove braces on a single-line function definition." Enabled=false EditorType=multiple Choices=mod_full_brace_function\s*=\s*ignore|mod_full_brace_function\s*=\s*add|mod_full_brace_function\s*=\s*remove|mod_full_brace_function\s*=\s*force|mod_full_brace_function\s*=\s*not_defined ChoicesReadable="Ignore Mod Full Brace Function|Add Mod Full Brace Function|Remove Mod Full Brace Function|Force Mod Full Brace Function" ValueDefault=ignore [Mod Full Brace If] Category=9 Description="Add or remove braces on a single-line 'if' statement. Braces will not be
removed if the braced statement contains an 'else'." Enabled=false EditorType=multiple Choices=mod_full_brace_if\s*=\s*ignore|mod_full_brace_if\s*=\s*add|mod_full_brace_if\s*=\s*remove|mod_full_brace_if\s*=\s*force|mod_full_brace_if\s*=\s*not_defined ChoicesReadable="Ignore Mod Full Brace If|Add Mod Full Brace If|Remove Mod Full Brace If|Force Mod Full Brace If" ValueDefault=ignore [Mod Full Brace If Chain] Category=9 Description="Whether to enforce that all blocks of an 'if'/'else if'/'else' chain either
have, or do not have, braces. Overrides mod_full_brace_if.

0: Don't override mod_full_brace_if
1: Add braces to all blocks if any block needs braces and remove braces if
they can be removed from all blocks
2: Add braces to all blocks if any block already has braces, regardless of
whether it needs them
3: Add braces to all blocks if any block needs braces and remove braces if
they can be removed from all blocks, except if all blocks have braces
despite none needing them" Enabled=false EditorType=numeric CallName="mod_full_brace_if_chain\s*=\s*" MinVal=0 MaxVal=3 ValueDefault=0 [Mod Full Brace If Chain Only] Category=9 Description="Whether to add braces to all blocks of an 'if'/'else if'/'else' chain.
If true, mod_full_brace_if_chain will only remove braces from an 'if' that
does not have an 'else if' or 'else'." Enabled=false EditorType=boolean TrueFalse=mod_full_brace_if_chain_only\s*=\s*true|mod_full_brace_if_chain_only\s*=\s*false ValueDefault=false [Mod Full Brace While] Category=9 Description="Add or remove braces on single-line 'while' statement." Enabled=false EditorType=multiple Choices=mod_full_brace_while\s*=\s*ignore|mod_full_brace_while\s*=\s*add|mod_full_brace_while\s*=\s*remove|mod_full_brace_while\s*=\s*force|mod_full_brace_while\s*=\s*not_defined ChoicesReadable="Ignore Mod Full Brace While|Add Mod Full Brace While|Remove Mod Full Brace While|Force Mod Full Brace While" ValueDefault=ignore [Mod Full Brace Using] Category=9 Description="Add or remove braces on single-line 'using ()' statement." Enabled=false EditorType=multiple Choices=mod_full_brace_using\s*=\s*ignore|mod_full_brace_using\s*=\s*add|mod_full_brace_using\s*=\s*remove|mod_full_brace_using\s*=\s*force|mod_full_brace_using\s*=\s*not_defined ChoicesReadable="Ignore Mod Full Brace Using|Add Mod Full Brace Using|Remove Mod Full Brace Using|Force Mod Full Brace Using" ValueDefault=ignore [Mod Full Brace Nl] Category=9 Description="Don't remove braces around statements that span N newlines" Enabled=false EditorType=numeric CallName="mod_full_brace_nl\s*=\s*" MinVal=0 MaxVal=5000 ValueDefault=0 [Mod Full Brace Nl Block Rem Mlcond] Category=9 Description="Whether to prevent removal of braces from 'if'/'for'/'while'/etc. blocks
which span multiple lines.

Affects:
mod_full_brace_for
mod_full_brace_if
mod_full_brace_if_chain
mod_full_brace_if_chain_only
mod_full_brace_while
mod_full_brace_using

Does not affect:
mod_full_brace_do
mod_full_brace_function" Enabled=false EditorType=boolean TrueFalse=mod_full_brace_nl_block_rem_mlcond\s*=\s*true|mod_full_brace_nl_block_rem_mlcond\s*=\s*false ValueDefault=false [Mod Paren On Return] Category=9 Description="Add or remove unnecessary parentheses on 'return' statement." Enabled=false EditorType=multiple Choices=mod_paren_on_return\s*=\s*ignore|mod_paren_on_return\s*=\s*add|mod_paren_on_return\s*=\s*remove|mod_paren_on_return\s*=\s*force|mod_paren_on_return\s*=\s*not_defined ChoicesReadable="Ignore Mod Paren On Return|Add Mod Paren On Return|Remove Mod Paren On Return|Force Mod Paren On Return" ValueDefault=ignore [Mod Paren On Throw] Category=9 Description="Add or remove unnecessary parentheses on 'throw' statement." Enabled=false EditorType=multiple Choices=mod_paren_on_throw\s*=\s*ignore|mod_paren_on_throw\s*=\s*add|mod_paren_on_throw\s*=\s*remove|mod_paren_on_throw\s*=\s*force|mod_paren_on_throw\s*=\s*not_defined ChoicesReadable="Ignore Mod Paren On Throw|Add Mod Paren On Throw|Remove Mod Paren On Throw|Force Mod Paren On Throw" ValueDefault=ignore [Mod Pawn Semicolon] Category=9 Description="(Pawn) Whether to change optional semicolons to real semicolons." Enabled=false EditorType=boolean TrueFalse=mod_pawn_semicolon\s*=\s*true|mod_pawn_semicolon\s*=\s*false ValueDefault=false [Mod Full Paren If Bool] Category=9 Description="Whether to fully parenthesize Boolean expressions in 'while' and 'if'
statement, as in 'if (a && b > c)' => 'if (a && (b > c))'." Enabled=false EditorType=boolean TrueFalse=mod_full_paren_if_bool\s*=\s*true|mod_full_paren_if_bool\s*=\s*false ValueDefault=false [Mod Full Paren Assign Bool] Category=9 Description="Whether to fully parenthesize Boolean expressions after '='
statement, as in 'x = a && b > c;' => 'x = (a && (b > c));'." Enabled=false EditorType=boolean TrueFalse=mod_full_paren_assign_bool\s*=\s*true|mod_full_paren_assign_bool\s*=\s*false ValueDefault=false [Mod Full Paren Return Bool] Category=9 Description="Whether to fully parenthesize Boolean expressions after '='
statement, as in 'return a && b > c;' => 'return (a && (b > c));'." Enabled=false EditorType=boolean TrueFalse=mod_full_paren_return_bool\s*=\s*true|mod_full_paren_return_bool\s*=\s*false ValueDefault=false [Mod Remove Extra Semicolon] Category=9 Description="Whether to remove superfluous semicolons." Enabled=false EditorType=boolean TrueFalse=mod_remove_extra_semicolon\s*=\s*true|mod_remove_extra_semicolon\s*=\s*false ValueDefault=false [Mod Remove Duplicate Include] Category=9 Description="Whether to remove duplicate include." Enabled=false EditorType=boolean TrueFalse=mod_remove_duplicate_include\s*=\s*true|mod_remove_duplicate_include\s*=\s*false ValueDefault=false [Mod Add Force C Closebrace Comment] Category=9 Description="the following options (mod_XX_closebrace_comment) use different comment,
depending of the setting of the next option.
false: Use the c comment (default)
true : Use the cpp comment" Enabled=false EditorType=boolean TrueFalse=mod_add_force_c_closebrace_comment\s*=\s*true|mod_add_force_c_closebrace_comment\s*=\s*false ValueDefault=false [Mod Add Long Function Closebrace Comment] Category=9 Description="If a function body exceeds the specified number of newlines and doesn't have
a comment after the close brace, a comment will be added." Enabled=false EditorType=numeric CallName="mod_add_long_function_closebrace_comment\s*=\s*" MinVal=0 MaxVal=255 ValueDefault=0 [Mod Add Long Namespace Closebrace Comment] Category=9 Description="If a namespace body exceeds the specified number of newlines and doesn't
have a comment after the close brace, a comment will be added." Enabled=false EditorType=numeric CallName="mod_add_long_namespace_closebrace_comment\s*=\s*" MinVal=0 MaxVal=255 ValueDefault=0 [Mod Add Long Class Closebrace Comment] Category=9 Description="If a class body exceeds the specified number of newlines and doesn't have a
comment after the close brace, a comment will be added." Enabled=false EditorType=numeric CallName="mod_add_long_class_closebrace_comment\s*=\s*" MinVal=0 MaxVal=255 ValueDefault=0 [Mod Add Long Switch Closebrace Comment] Category=9 Description="If a switch body exceeds the specified number of newlines and doesn't have a
comment after the close brace, a comment will be added." Enabled=false EditorType=numeric CallName="mod_add_long_switch_closebrace_comment\s*=\s*" MinVal=0 MaxVal=255 ValueDefault=0 [Mod Add Long Ifdef Endif Comment] Category=9 Description="If an #ifdef body exceeds the specified number of newlines and doesn't have
a comment after the #endif, a comment will be added." Enabled=false EditorType=numeric CallName="mod_add_long_ifdef_endif_comment\s*=\s*" MinVal=0 MaxVal=255 ValueDefault=0 [Mod Add Long Ifdef Else Comment] Category=9 Description="If an #ifdef or #else body exceeds the specified number of newlines and
doesn't have a comment after the #else, a comment will be added." Enabled=false EditorType=numeric CallName="mod_add_long_ifdef_else_comment\s*=\s*" MinVal=0 MaxVal=255 ValueDefault=0 [Mod Sort Case Sensitive] Category=9 Description="Whether to take care of the case by the mod_sort_xx options." Enabled=false EditorType=boolean TrueFalse=mod_sort_case_sensitive\s*=\s*true|mod_sort_case_sensitive\s*=\s*false ValueDefault=false [Mod Sort Import] Category=9 Description="Whether to sort consecutive single-line 'import' statements." Enabled=false EditorType=boolean TrueFalse=mod_sort_import\s*=\s*true|mod_sort_import\s*=\s*false ValueDefault=false [Mod Sort Using] Category=9 Description="(C#) Whether to sort consecutive single-line 'using' statements." Enabled=false EditorType=boolean TrueFalse=mod_sort_using\s*=\s*true|mod_sort_using\s*=\s*false ValueDefault=false [Mod Sort Include] Category=9 Description="Whether to sort consecutive single-line '#include' statements (C/C++) and
'#import' statements (Objective-C). Be aware that this has the potential to
break your code if your includes/imports have ordering dependencies." Enabled=false EditorType=boolean TrueFalse=mod_sort_include\s*=\s*true|mod_sort_include\s*=\s*false ValueDefault=false [Mod Sort Incl Import Prioritize Filename] Category=9 Description="Whether to prioritize '#include' and '#import' statements that contain
filename without extension when sorting is enabled." Enabled=false EditorType=boolean TrueFalse=mod_sort_incl_import_prioritize_filename\s*=\s*true|mod_sort_incl_import_prioritize_filename\s*=\s*false ValueDefault=false [Mod Sort Incl Import Prioritize Extensionless] Category=9 Description="Whether to prioritize '#include' and '#import' statements that does not
contain extensions when sorting is enabled." Enabled=false EditorType=boolean TrueFalse=mod_sort_incl_import_prioritize_extensionless\s*=\s*true|mod_sort_incl_import_prioritize_extensionless\s*=\s*false ValueDefault=false [Mod Sort Incl Import Prioritize Angle Over Quotes] Category=9 Description="Whether to prioritize '#include' and '#import' statements that contain
angle over quotes when sorting is enabled." Enabled=false EditorType=boolean TrueFalse=mod_sort_incl_import_prioritize_angle_over_quotes\s*=\s*true|mod_sort_incl_import_prioritize_angle_over_quotes\s*=\s*false ValueDefault=false [Mod Sort Incl Import Ignore Extension] Category=9 Description="Whether to ignore file extension in '#include' and '#import' statements
for sorting comparison." Enabled=false EditorType=boolean TrueFalse=mod_sort_incl_import_ignore_extension\s*=\s*true|mod_sort_incl_import_ignore_extension\s*=\s*false ValueDefault=false [Mod Sort Incl Import Grouping Enabled] Category=9 Description="Whether to group '#include' and '#import' statements when sorting is enabled." Enabled=false EditorType=boolean TrueFalse=mod_sort_incl_import_grouping_enabled\s*=\s*true|mod_sort_incl_import_grouping_enabled\s*=\s*false ValueDefault=false [Mod Move Case Break] Category=9 Description="Whether to move a 'break' that appears after a fully braced 'case' before
the close brace, as in 'case X: { ... } break;' => 'case X: { ... break; }'." Enabled=false EditorType=boolean TrueFalse=mod_move_case_break\s*=\s*true|mod_move_case_break\s*=\s*false ValueDefault=false [Mod Move Case Return] Category=9 Description="Whether to move a 'return' that appears after a fully braced 'case' before
the close brace, as in 'case X: { ... } return;' => 'case X: { ... return; }'." Enabled=false EditorType=boolean TrueFalse=mod_move_case_return\s*=\s*true|mod_move_case_return\s*=\s*false ValueDefault=false [Mod Case Brace] Category=9 Description="Add or remove braces around a fully braced case statement. Will only remove
braces if there are no variable declarations in the block." Enabled=false EditorType=multiple Choices=mod_case_brace\s*=\s*ignore|mod_case_brace\s*=\s*add|mod_case_brace\s*=\s*remove|mod_case_brace\s*=\s*force|mod_case_brace\s*=\s*not_defined ChoicesReadable="Ignore Mod Case Brace|Add Mod Case Brace|Remove Mod Case Brace|Force Mod Case Brace" ValueDefault=ignore [Mod Remove Empty Return] Category=9 Description="Whether to remove a void 'return;' that appears as the last statement in a
function." Enabled=false EditorType=boolean TrueFalse=mod_remove_empty_return\s*=\s*true|mod_remove_empty_return\s*=\s*false ValueDefault=false [Mod Enum Last Comma] Category=9 Description="Add or remove the comma after the last value of an enumeration." Enabled=false EditorType=multiple Choices=mod_enum_last_comma\s*=\s*ignore|mod_enum_last_comma\s*=\s*add|mod_enum_last_comma\s*=\s*remove|mod_enum_last_comma\s*=\s*force|mod_enum_last_comma\s*=\s*not_defined ChoicesReadable="Ignore Mod Enum Last Comma|Add Mod Enum Last Comma|Remove Mod Enum Last Comma|Force Mod Enum Last Comma" ValueDefault=ignore [Mod Infinite Loop] Category=9 Description="Syntax to use for infinite loops.

0: Leave syntax alone (default)
1: Rewrite as `for(;;)`
2: Rewrite as `while(true)`
3: Rewrite as `do`...`while(true);`
4: Rewrite as `while(1)`
5: Rewrite as `do`...`while(1);`

Infinite loops that do not already match one of these syntaxes are ignored.
Other options that affect loop formatting will be applied after transforming
the syntax." Enabled=false EditorType=numeric CallName="mod_infinite_loop\s*=\s*" MinVal=0 MaxVal=5 ValueDefault=0 [Mod Int Short] Category=9 Description="Add or remove the 'int' keyword in 'int short'." Enabled=false EditorType=multiple Choices=mod_int_short\s*=\s*ignore|mod_int_short\s*=\s*add|mod_int_short\s*=\s*remove|mod_int_short\s*=\s*force|mod_int_short\s*=\s*not_defined ChoicesReadable="Ignore Mod Int Short|Add Mod Int Short|Remove Mod Int Short|Force Mod Int Short" ValueDefault=ignore [Mod Short Int] Category=9 Description="Add or remove the 'int' keyword in 'short int'." Enabled=false EditorType=multiple Choices=mod_short_int\s*=\s*ignore|mod_short_int\s*=\s*add|mod_short_int\s*=\s*remove|mod_short_int\s*=\s*force|mod_short_int\s*=\s*not_defined ChoicesReadable="Ignore Mod Short Int|Add Mod Short Int|Remove Mod Short Int|Force Mod Short Int" ValueDefault=ignore [Mod Int Long] Category=9 Description="Add or remove the 'int' keyword in 'int long'." Enabled=false EditorType=multiple Choices=mod_int_long\s*=\s*ignore|mod_int_long\s*=\s*add|mod_int_long\s*=\s*remove|mod_int_long\s*=\s*force|mod_int_long\s*=\s*not_defined ChoicesReadable="Ignore Mod Int Long|Add Mod Int Long|Remove Mod Int Long|Force Mod Int Long" ValueDefault=ignore [Mod Long Int] Category=9 Description="Add or remove the 'int' keyword in 'long int'." Enabled=false EditorType=multiple Choices=mod_long_int\s*=\s*ignore|mod_long_int\s*=\s*add|mod_long_int\s*=\s*remove|mod_long_int\s*=\s*force|mod_long_int\s*=\s*not_defined ChoicesReadable="Ignore Mod Long Int|Add Mod Long Int|Remove Mod Long Int|Force Mod Long Int" ValueDefault=ignore [Mod Int Signed] Category=9 Description="Add or remove the 'int' keyword in 'int signed'." Enabled=false EditorType=multiple Choices=mod_int_signed\s*=\s*ignore|mod_int_signed\s*=\s*add|mod_int_signed\s*=\s*remove|mod_int_signed\s*=\s*force|mod_int_signed\s*=\s*not_defined ChoicesReadable="Ignore Mod Int Signed|Add Mod Int Signed|Remove Mod Int Signed|Force Mod Int Signed" ValueDefault=ignore [Mod Signed Int] Category=9 Description="Add or remove the 'int' keyword in 'signed int'." Enabled=false EditorType=multiple Choices=mod_signed_int\s*=\s*ignore|mod_signed_int\s*=\s*add|mod_signed_int\s*=\s*remove|mod_signed_int\s*=\s*force|mod_signed_int\s*=\s*not_defined ChoicesReadable="Ignore Mod Signed Int|Add Mod Signed Int|Remove Mod Signed Int|Force Mod Signed Int" ValueDefault=ignore [Mod Int Unsigned] Category=9 Description="Add or remove the 'int' keyword in 'int unsigned'." Enabled=false EditorType=multiple Choices=mod_int_unsigned\s*=\s*ignore|mod_int_unsigned\s*=\s*add|mod_int_unsigned\s*=\s*remove|mod_int_unsigned\s*=\s*force|mod_int_unsigned\s*=\s*not_defined ChoicesReadable="Ignore Mod Int Unsigned|Add Mod Int Unsigned|Remove Mod Int Unsigned|Force Mod Int Unsigned" ValueDefault=ignore [Mod Unsigned Int] Category=9 Description="Add or remove the 'int' keyword in 'unsigned int'." Enabled=false EditorType=multiple Choices=mod_unsigned_int\s*=\s*ignore|mod_unsigned_int\s*=\s*add|mod_unsigned_int\s*=\s*remove|mod_unsigned_int\s*=\s*force|mod_unsigned_int\s*=\s*not_defined ChoicesReadable="Ignore Mod Unsigned Int|Add Mod Unsigned Int|Remove Mod Unsigned Int|Force Mod Unsigned Int" ValueDefault=ignore [Mod Int Prefer Int On Left] Category=9 Description="If there is a situation where mod_int_* and mod_*_int would result in
multiple int keywords, whether to keep the rightmost int (the default) or the
leftmost int." Enabled=false EditorType=boolean TrueFalse=mod_int_prefer_int_on_left\s*=\s*true|mod_int_prefer_int_on_left\s*=\s*false ValueDefault=false [Mod Sort Oc Properties] Category=9 Description="(OC) Whether to organize the properties. If true, properties will be
rearranged according to the mod_sort_oc_property_*_weight factors." Enabled=false EditorType=boolean TrueFalse=mod_sort_oc_properties\s*=\s*true|mod_sort_oc_properties\s*=\s*false ValueDefault=false [Mod Sort Oc Property Class Weight] Category=9 Description="(OC) Weight of a class property modifier." Enabled=false EditorType=numeric CallName="mod_sort_oc_property_class_weight\s*=\s*" MinVal= MaxVal= ValueDefault=0 [Mod Sort Oc Property Thread Safe Weight] Category=9 Description="(OC) Weight of 'atomic' and 'nonatomic'." Enabled=false EditorType=numeric CallName="mod_sort_oc_property_thread_safe_weight\s*=\s*" MinVal= MaxVal= ValueDefault=0 [Mod Sort Oc Property Readwrite Weight] Category=9 Description="(OC) Weight of 'readwrite' when organizing properties." Enabled=false EditorType=numeric CallName="mod_sort_oc_property_readwrite_weight\s*=\s*" MinVal= MaxVal= ValueDefault=0 [Mod Sort Oc Property Reference Weight] Category=9 Description="(OC) Weight of a reference type specifier ('retain', 'copy', 'assign',
'weak', 'strong') when organizing properties." Enabled=false EditorType=numeric CallName="mod_sort_oc_property_reference_weight\s*=\s*" MinVal= MaxVal= ValueDefault=0 [Mod Sort Oc Property Getter Weight] Category=9 Description="(OC) Weight of getter type ('getter=') when organizing properties." Enabled=false EditorType=numeric CallName="mod_sort_oc_property_getter_weight\s*=\s*" MinVal= MaxVal= ValueDefault=0 [Mod Sort Oc Property Setter Weight] Category=9 Description="(OC) Weight of setter type ('setter=') when organizing properties." Enabled=false EditorType=numeric CallName="mod_sort_oc_property_setter_weight\s*=\s*" MinVal= MaxVal= ValueDefault=0 [Mod Sort Oc Property Nullability Weight] Category=9 Description="(OC) Weight of nullability type ('nullable', 'nonnull', 'null_unspecified',
'null_resettable') when organizing properties." Enabled=false EditorType=numeric CallName="mod_sort_oc_property_nullability_weight\s*=\s*" MinVal= MaxVal= ValueDefault=0 [Pp Indent With Tabs] Category=10 Description="How to use tabs when indenting preprocessor code.

-1: Use 'indent_with_tabs' setting (default)
0: Spaces only
1: Indent with tabs to brace level, align with spaces
2: Indent and align with tabs, using spaces when not on a tabstop

Default: -1" Enabled=false EditorType=numeric CallName="pp_indent_with_tabs\s*=\s*" MinVal=-1 MaxVal=2 ValueDefault=-1 [Pp Indent] Category=10 Description="Add or remove indentation of preprocessor directives inside #if blocks
at brace level 0 (file-level)." Enabled=false EditorType=multiple Choices=pp_indent\s*=\s*ignore|pp_indent\s*=\s*add|pp_indent\s*=\s*remove|pp_indent\s*=\s*force|pp_indent\s*=\s*not_defined ChoicesReadable="Ignore Pp Indent|Add Pp Indent|Remove Pp Indent|Force Pp Indent" ValueDefault=ignore [Pp Indent At Level] Category=10 Description="Whether to indent #if/#else/#endif at the brace level. If false, these are
indented from column 1." Enabled=false EditorType=boolean TrueFalse=pp_indent_at_level\s*=\s*true|pp_indent_at_level\s*=\s*false ValueDefault=false [Pp Indent At Level0] Category=10 Description="Whether to indent #if/#else/#endif at the parenthesis level if the brace
level is 0. If false, these are indented from column 1." Enabled=false EditorType=boolean TrueFalse=pp_indent_at_level0\s*=\s*true|pp_indent_at_level0\s*=\s*false ValueDefault=false [Pp Indent Count] Category=10 Description="Specifies the number of columns to indent preprocessors per level
at brace level 0 (file-level). If pp_indent_at_level=false, also specifies
the number of columns to indent preprocessors per level
at brace level > 0 (function-level).

Default: 1" Enabled=false EditorType=numeric CallName="pp_indent_count\s*=\s*" MinVal=0 MaxVal=16 ValueDefault=1 [Pp Space After] Category=10 Description="Add or remove space after # based on pp level of #if blocks." Enabled=false EditorType=multiple Choices=pp_space_after\s*=\s*ignore|pp_space_after\s*=\s*add|pp_space_after\s*=\s*remove|pp_space_after\s*=\s*force|pp_space_after\s*=\s*not_defined ChoicesReadable="Ignore Pp Space After|Add Pp Space After|Remove Pp Space After|Force Pp Space After" ValueDefault=ignore [Pp Space Count] Category=10 Description="Sets the number of spaces per level added with pp_space_after." Enabled=false EditorType=numeric CallName="pp_space_count\s*=\s*" MinVal=0 MaxVal=16 ValueDefault=0 [Pp Indent Region] Category=10 Description="The indent for '#region' and '#endregion' in C# and '#pragma region' in
C/C++. Negative values decrease indent down to the first column." Enabled=false EditorType=numeric CallName="pp_indent_region\s*=\s*" MinVal=-16 MaxVal=16 ValueDefault=0 [Pp Region Indent Code] Category=10 Description="Whether to indent the code between #region and #endregion." Enabled=false EditorType=boolean TrueFalse=pp_region_indent_code\s*=\s*true|pp_region_indent_code\s*=\s*false ValueDefault=false [Pp Indent If] Category=10 Description="If pp_indent_at_level=true, sets the indent for #if, #else and #endif when
not at file-level. Negative values decrease indent down to the first column.

=0: Indent preprocessors using output_tab_size
>0: Column at which all preprocessors will be indented" Enabled=false EditorType=numeric CallName="pp_indent_if\s*=\s*" MinVal=-16 MaxVal=16 ValueDefault=0 [Pp If Indent Code] Category=10 Description="Whether to indent the code between #if, #else and #endif." Enabled=false EditorType=boolean TrueFalse=pp_if_indent_code\s*=\s*true|pp_if_indent_code\s*=\s*false ValueDefault=false [Pp Indent In Guard] Category=10 Description="Whether to indent the body of an #if that encompasses all the code in the file." Enabled=false EditorType=boolean TrueFalse=pp_indent_in_guard\s*=\s*true|pp_indent_in_guard\s*=\s*false ValueDefault=false [Pp Define At Level] Category=10 Description="Whether to indent '#define' at the brace level. If false, these are
indented from column 1." Enabled=false EditorType=boolean TrueFalse=pp_define_at_level\s*=\s*true|pp_define_at_level\s*=\s*false ValueDefault=false [Pp Include At Level] Category=10 Description="Whether to indent '#include' at the brace level." Enabled=false EditorType=boolean TrueFalse=pp_include_at_level\s*=\s*true|pp_include_at_level\s*=\s*false ValueDefault=false [Pp Ignore Define Body] Category=10 Description="Whether to ignore the '#define' body while formatting." Enabled=false EditorType=boolean TrueFalse=pp_ignore_define_body\s*=\s*true|pp_ignore_define_body\s*=\s*false ValueDefault=false [Pp Multiline Define Body Indent] Category=10 Description="An offset value that controls the indentation of the body of a multiline #define.
'body' refers to all the lines of a multiline #define except the first line.
Requires 'pp_ignore_define_body = false'.

<0: Absolute column: the body indentation starts off at the specified column
(ex. -3 ==> the body is indented starting from column 3)
>=0: Relative to the column of the '#' of '#define'
(ex. 3 ==> the body is indented starting 3 columns at the right of '#')

Default: 8" Enabled=false EditorType=numeric CallName="pp_multiline_define_body_indent\s*=\s*" MinVal=-32 MaxVal=32 ValueDefault=8 [Pp Indent Case] Category=10 Description="Whether to indent case statements between #if, #else, and #endif.
Only applies to the indent of the preprocessor that the case statements
directly inside of.

Default: true" Enabled=false EditorType=boolean TrueFalse=pp_indent_case\s*=\s*true|pp_indent_case\s*=\s*false ValueDefault=true [Pp Indent Func Def] Category=10 Description="Whether to indent whole function definitions between #if, #else, and #endif.
Only applies to the indent of the preprocessor that the function definition
is directly inside of.

Default: true" Enabled=false EditorType=boolean TrueFalse=pp_indent_func_def\s*=\s*true|pp_indent_func_def\s*=\s*false ValueDefault=true [Pp Indent Extern] Category=10 Description="Whether to indent extern C blocks between #if, #else, and #endif.
Only applies to the indent of the preprocessor that the extern block is
directly inside of.

Default: true" Enabled=false EditorType=boolean TrueFalse=pp_indent_extern\s*=\s*true|pp_indent_extern\s*=\s*false ValueDefault=true [Pp Indent Brace] Category=10 Description="How to indent braces directly inside #if, #else, and #endif.
Requires pp_if_indent_code=true and only applies to the indent of the
preprocessor that the braces are directly inside of.
0: No extra indent
1: Indent by one level
-1: Preserve original indentation

Default: 1" Enabled=false EditorType=numeric CallName="pp_indent_brace\s*=\s*" MinVal=-1 MaxVal=1 ValueDefault=1 [Pp Warn Unbalanced If] Category=10 Description="Whether to print warning messages for unbalanced #if and #else blocks.
This will print a message in the following cases:
- if an #ifdef block ends on a different indent level than
where it started from. Example:

#ifdef TEST
int i;
{
int j;
#endif

- an #elif/#else block ends on a different indent level than
the corresponding #ifdef block. Example:

#ifdef TEST
int i;
#else
}
int j;
#endif" Enabled=false EditorType=boolean TrueFalse=pp_warn_unbalanced_if\s*=\s*true|pp_warn_unbalanced_if\s*=\s*false ValueDefault=false [Include Category 0] Category=11 Description="The regex for include category with priority 0." Enabled=false CallName=include_category_0\s*=\s* EditorType=string ValueDefault= [Include Category 1] Category=11 Description="The regex for include category with priority 1." Enabled=false CallName=include_category_1\s*=\s* EditorType=string ValueDefault= [Include Category 2] Category=11 Description="The regex for include category with priority 2." Enabled=false CallName=include_category_2\s*=\s* EditorType=string ValueDefault= [Use Indent Func Call Param] Category=12 Description="true: indent_func_call_param will be used (default)
false: indent_func_call_param will NOT be used

Default: true" Enabled=false EditorType=boolean TrueFalse=use_indent_func_call_param\s*=\s*true|use_indent_func_call_param\s*=\s*false ValueDefault=true [Use Indent Continue Only Once] Category=12 Description="The value of the indentation for a continuation line is calculated
differently if the statement is:
- a declaration: your case with QString fileName ...
- an assignment: your case with pSettings = new QSettings( ...

At the second case the indentation value might be used twice:
- at the assignment
- at the function call (if present)

To prevent the double use of the indentation value, use this option with the
value 'true'.

true: indent_continue will be used only once
false: indent_continue will be used every time (default)

Requires indent_ignore_first_continue=false." Enabled=false EditorType=boolean TrueFalse=use_indent_continue_only_once\s*=\s*true|use_indent_continue_only_once\s*=\s*false ValueDefault=false [Indent Cpp Lambda Only Once] Category=12 Description="The indentation can be:
- after the assignment, at the '[' character
- at the beginning of the lambda body

true: indentation will be at the beginning of the lambda body
false: indentation will be after the assignment (default)" Enabled=false EditorType=boolean TrueFalse=indent_cpp_lambda_only_once\s*=\s*true|indent_cpp_lambda_only_once\s*=\s*false ValueDefault=false [Use Sp After Angle Always] Category=12 Description="Whether sp_after_angle takes precedence over sp_inside_fparen. This was the
historic behavior, but is probably not the desired behavior, so this is off
by default." Enabled=false EditorType=boolean TrueFalse=use_sp_after_angle_always\s*=\s*true|use_sp_after_angle_always\s*=\s*false ValueDefault=false [Use Options Overriding For Qt Macros] Category=12 Description="Whether to apply special formatting for Qt SIGNAL/SLOT macros. Essentially,
this tries to format these so that they match Qt's normalized form (i.e. the
result of QMetaObject::normalizedSignature), which can slightly improve the
performance of the QObject::connect call, rather than how they would
otherwise be formatted.

See options_for_QT.cpp for details.

Default: true" Enabled=false EditorType=boolean TrueFalse=use_options_overriding_for_qt_macros\s*=\s*true|use_options_overriding_for_qt_macros\s*=\s*false ValueDefault=true [Use Form Feed No More As Whitespace Character] Category=12 Description="If true: the form feed character is removed from the list of whitespace
characters. See https://en.cppreference.com/w/cpp/string/byte/isspace." Enabled=false EditorType=boolean TrueFalse=use_form_feed_no_more_as_whitespace_character\s*=\s*true|use_form_feed_no_more_as_whitespace_character\s*=\s*false ValueDefault=false [Warn Level Tabs Found In Verbatim String Literals] Category=13 Description="(C#) Warning is given if doing tab-to-\t replacement and we have found one
in a C# verbatim string literal.

Default: 2" Enabled=false EditorType=numeric CallName="warn_level_tabs_found_in_verbatim_string_literals\s*=\s*" MinVal=1 MaxVal=3 ValueDefault=2 [Debug Max Number Of Loops] Category=13 Description="Limit the number of loops.
Used by uncrustify.cpp to exit from infinite loop.
0: no limit." Enabled=false EditorType=numeric CallName="debug_max_number_of_loops\s*=\s*" MinVal= MaxVal= ValueDefault=0 [Debug Line Number To Protocol] Category=13 Description="Set the number of the line to protocol;
Used in the function prot_the_line if the 2. parameter is zero.
0: nothing protocol." Enabled=false EditorType=numeric CallName="debug_line_number_to_protocol\s*=\s*" MinVal= MaxVal= ValueDefault=0 [Debug Timeout] Category=13 Description="Set the number of second(s) before terminating formatting the current file,
0: no timeout.
only for linux" Enabled=false EditorType=numeric CallName="debug_timeout\s*=\s*" MinVal= MaxVal= ValueDefault=0 [Debug Truncate] Category=13 Description="Set the number of characters to be printed if the text is too long,
0: do not truncate." Enabled=false EditorType=numeric CallName="debug_truncate\s*=\s*" MinVal=0 MaxVal=960 ValueDefault=0 [Debug Sort The Tracks] Category=13 Description="sort (or not) the tracking info.

Default: true" Enabled=false EditorType=boolean TrueFalse=debug_sort_the_tracks\s*=\s*true|debug_sort_the_tracks\s*=\s*false ValueDefault=true [Debug Decode The Flags] Category=13 Description="decode (or not) the flags as a new line.
only if the -p option is set." Enabled=false EditorType=boolean TrueFalse=debug_decode_the_flags\s*=\s*true|debug_decode_the_flags\s*=\s*false ValueDefault=false [Debug Use The Exit Function Pop] Category=13 Description="use (or not) the exit(EX_SOFTWARE) function.

Default: true" Enabled=false EditorType=boolean TrueFalse=debug_use_the_exit_function_pop\s*=\s*true|debug_use_the_exit_function_pop\s*=\s*false ValueDefault=true [Set Numbering For Html Output] Category=13 Description="insert the number of the line at the beginning of each line" Enabled=false EditorType=boolean TrueFalse=set_numbering_for_html_output\s*=\s*true|set_numbering_for_html_output\s*=\s*false ValueDefault=false