kopia lustrzana https://github.com/jgromes/RadioLib
[CI] Update uncrustify config
rodzic
bb6b89d880
commit
6fbe3d7e97
|
@ -284,7 +284,7 @@ sp_before_ptr_star_trailing = ignore # ignore/add/remove/force/not_defined
|
||||||
sp_qualifier_ptr_star_trailing = ignore # ignore/add/remove/force/not_defined
|
sp_qualifier_ptr_star_trailing = ignore # ignore/add/remove/force/not_defined
|
||||||
|
|
||||||
# Add or remove space before a reference sign '&'.
|
# Add or remove space before a reference sign '&'.
|
||||||
sp_before_byref = ignore # ignore/add/remove/force/not_defined
|
sp_before_byref = force # ignore/add/remove/force/not_defined
|
||||||
|
|
||||||
# Add or remove space before a reference sign '&' that isn't followed by a
|
# 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.
|
# variable name. If set to ignore, sp_before_byref is used instead.
|
||||||
|
@ -299,15 +299,15 @@ sp_after_byref = remove # ignore/add/remove/force/not_defined
|
||||||
# prototype or function definition.
|
# prototype or function definition.
|
||||||
#
|
#
|
||||||
# Overrides sp_after_byref and sp_type_func.
|
# Overrides sp_after_byref and sp_type_func.
|
||||||
sp_after_byref_func = ignore # ignore/add/remove/force/not_defined
|
sp_after_byref_func = remove # ignore/add/remove/force/not_defined
|
||||||
|
|
||||||
# Add or remove space before a reference sign '&', if followed by a function
|
# Add or remove space before a reference sign '&', if followed by a function
|
||||||
# prototype or function definition.
|
# prototype or function definition.
|
||||||
sp_before_byref_func = ignore # ignore/add/remove/force/not_defined
|
sp_before_byref_func = force # ignore/add/remove/force/not_defined
|
||||||
|
|
||||||
# Add or remove space after a reference sign '&', if followed by an open
|
# Add or remove space after a reference sign '&', if followed by an open
|
||||||
# parenthesis, as in 'char& (*)()'.
|
# parenthesis, as in 'char& (*)()'.
|
||||||
sp_byref_paren = ignore # ignore/add/remove/force/not_defined
|
sp_byref_paren = force # ignore/add/remove/force/not_defined
|
||||||
|
|
||||||
# Add or remove space between type and word. In cases where total removal of
|
# 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
|
# whitespace would be a syntax error, a value of 'remove' is treated the same
|
||||||
|
@ -742,7 +742,7 @@ sp_func_class_paren_empty = ignore # ignore/add/remove/force/not_defined
|
||||||
sp_return = force # ignore/add/remove/force/not_defined
|
sp_return = force # ignore/add/remove/force/not_defined
|
||||||
|
|
||||||
# Add or remove space between 'return' and '('.
|
# Add or remove space between 'return' and '('.
|
||||||
sp_return_paren = ignore # ignore/add/remove/force/not_defined
|
sp_return_paren = remove # ignore/add/remove/force/not_defined
|
||||||
|
|
||||||
# Add or remove space between 'return' and '{'.
|
# Add or remove space between 'return' and '{'.
|
||||||
sp_return_brace = ignore # ignore/add/remove/force/not_defined
|
sp_return_brace = ignore # ignore/add/remove/force/not_defined
|
||||||
|
@ -1171,7 +1171,7 @@ indent_with_tabs = 0 # unsigned number
|
||||||
indent_cmt_with_tabs = false # true/false
|
indent_cmt_with_tabs = false # true/false
|
||||||
|
|
||||||
# Whether to indent strings broken by '\' so that they line up.
|
# Whether to indent strings broken by '\' so that they line up.
|
||||||
indent_align_string = false # true/false
|
indent_align_string = true # true/false
|
||||||
|
|
||||||
# The number of spaces to indent multi-line XML strings.
|
# The number of spaces to indent multi-line XML strings.
|
||||||
# Requires indent_align_string=true.
|
# Requires indent_align_string=true.
|
||||||
|
@ -1639,11 +1639,11 @@ donot_indent_func_def_close_paren = false # true/false
|
||||||
# Whether to collapse empty blocks between '{' and '}' except for functions.
|
# Whether to collapse empty blocks between '{' and '}' except for functions.
|
||||||
# Use nl_collapse_empty_body_functions to specify how empty function braces
|
# Use nl_collapse_empty_body_functions to specify how empty function braces
|
||||||
# should be formatted.
|
# should be formatted.
|
||||||
nl_collapse_empty_body = false # true/false
|
nl_collapse_empty_body = true # true/false
|
||||||
|
|
||||||
# Whether to collapse empty blocks between '{' and '}' for functions only.
|
# Whether to collapse empty blocks between '{' and '}' for functions only.
|
||||||
# If true, overrides nl_inside_empty_func.
|
# If true, overrides nl_inside_empty_func.
|
||||||
nl_collapse_empty_body_functions = false # true/false
|
nl_collapse_empty_body_functions = true # true/false
|
||||||
|
|
||||||
# Don't split one-line braced assignments, as in 'foo_t f = { 1, 2 };'.
|
# Don't split one-line braced assignments, as in 'foo_t f = { 1, 2 };'.
|
||||||
nl_assign_leave_one_liners = false # true/false
|
nl_assign_leave_one_liners = false # true/false
|
||||||
|
@ -3041,7 +3041,7 @@ cmt_convert_tab_to_spaces = false # true/false
|
||||||
# keyword substitution and leading chars.
|
# keyword substitution and leading chars.
|
||||||
#
|
#
|
||||||
# Default: true
|
# Default: true
|
||||||
cmt_indent_multi = true # true/false
|
cmt_indent_multi = false # true/false
|
||||||
|
|
||||||
# Whether to align doxygen javadoc-style tags ('@param', '@return', etc.)
|
# Whether to align doxygen javadoc-style tags ('@param', '@return', etc.)
|
||||||
# and corresponding fields such that groups of consecutive block tags,
|
# and corresponding fields such that groups of consecutive block tags,
|
||||||
|
@ -3103,7 +3103,7 @@ cmt_sp_after_star_cont = 0 # unsigned number
|
||||||
# and last lines of the comment are the same length.
|
# and last lines of the comment are the same length.
|
||||||
#
|
#
|
||||||
# Default: true
|
# Default: true
|
||||||
cmt_multi_check_last = true # true/false
|
cmt_multi_check_last = false # true/false
|
||||||
|
|
||||||
# For multi-line comments with a '*' lead, remove leading spaces if the first
|
# 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
|
# and last lines of the comment are the same length AND if the length is
|
||||||
|
@ -3418,7 +3418,7 @@ pp_indent_with_tabs = -1 # number
|
||||||
|
|
||||||
# Add or remove indentation of preprocessor directives inside #if blocks
|
# Add or remove indentation of preprocessor directives inside #if blocks
|
||||||
# at brace level 0 (file-level).
|
# at brace level 0 (file-level).
|
||||||
pp_indent = add # ignore/add/remove/force/not_defined
|
pp_indent = remove # ignore/add/remove/force/not_defined
|
||||||
|
|
||||||
# Whether to indent #if/#else/#endif at the brace level. If false, these are
|
# Whether to indent #if/#else/#endif at the brace level. If false, these are
|
||||||
# indented from column 1.
|
# indented from column 1.
|
||||||
|
|
Ładowanie…
Reference in New Issue