From 72ae2d0c756d593d870f2a4a5e8eed482e42290c Mon Sep 17 00:00:00 2001 From: Laura Hausmann Date: Wed, 8 Feb 2023 16:42:32 +0100 Subject: [PATCH] Update uncrustify config --- AfRApay.MateCard/.uncrustify.cfg | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/AfRApay.MateCard/.uncrustify.cfg b/AfRApay.MateCard/.uncrustify.cfg index 324a308..c69257c 100644 --- a/AfRApay.MateCard/.uncrustify.cfg +++ b/AfRApay.MateCard/.uncrustify.cfg @@ -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