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