indent_case_brace = 0 # number
# Whether to indent comments found in first column
-indent_col1_comment = false # false/true
+indent_col1_comment = true # false/true
# How to indent goto labels
# >0 : absolute column where 1 is the leftmost column
#
# Add or remove space around arithmetic operator '+', '-', '/', '*', etc
+# This is necessary to ignore because uncrustify doesn't understand our '**' operator and sometimes splits it into '* *'
sp_arith = ignore # ignore/add/remove/force #force
# Add or remove space around assignment operator '=', '+=', etc