uncrustify: don't align struct initializations
This commit is contained in:
parent
b028518840
commit
293c71dd8b
@ -65,5 +65,5 @@ sp_inside_sparen = remove # remove spaces inside parens for if, while and
|
||||
align_with_tabs = FALSE # use tabs to align
|
||||
align_on_tabstop = TRUE # align on tabstops
|
||||
align_enum_equ_span = 4 # '=' in enum definition
|
||||
align_struct_init_span = 3 # align stuff in a structure init '= { }'
|
||||
align_struct_init_span = 0 # align stuff in a structure init '= { }'
|
||||
align_right_cmt_span = 3
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user