Update uncrustify config

This commit is contained in:
Laura Hausmann 2023-02-08 16:42:32 +01:00
parent b10df2bc20
commit 72ae2d0c75
Signed by: zotan
GPG key ID: D044E84C5BE01605

View file

@ -12,12 +12,12 @@ newlines = auto # lf/crlf/cr/auto
# The original size of tabs in the input.
#
# Default: 8
input_tab_size = 8 # unsigned number
input_tab_size = 4 # unsigned number
# The size of tabs in the output (only used if align_with_tabs=true).
#
# Default: 8
output_tab_size = 8 # unsigned number
output_tab_size = 4 # unsigned number
# The ASCII value of the string escape char, usually 92 (\) or (Pawn) 94 (^).
#
@ -1059,7 +1059,7 @@ force_tab_after_define = false # true/false
# The number of columns to indent per level. Usually 2, 3, 4, or 8.
#
# Default: 8
indent_columns = 8 # unsigned number
indent_columns = 4 # unsigned number
# Whether to ignore indent for the first continuation line. Subsequent
# continuation lines will still be indented to match the first.
@ -1640,11 +1640,11 @@ nl_start_of_file = ignore # ignore/add/remove/force/not_defined
nl_start_of_file_min = 0 # unsigned number
# Add or remove newline at the end of the file.
nl_end_of_file = ignore # ignore/add/remove/force/not_defined
nl_end_of_file = force # ignore/add/remove/force/not_defined
# The minimum number of newlines at the end of the file (only used if
# nl_end_of_file is 'add' or 'force').
nl_end_of_file_min = 0 # unsigned number
nl_end_of_file_min = 1 # unsigned number
# Add or remove newline between '=' and '{'.
nl_assign_brace = ignore # ignore/add/remove/force/not_defined
@ -2540,7 +2540,7 @@ ls_code_width = false # true/false
align_keep_tabs = false # true/false
# Whether to use tabs for aligning.
align_with_tabs = false # true/false
align_with_tabs = true # true/false
# Whether to bump out to the next tab when aligning.
align_on_tabstop = false # true/false