1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00

uncrustify: don't use tabs for alignment

This commit is contained in:
Martine Lenders 2015-12-19 22:13:49 +01:00
parent 1ac9a0d227
commit b028518840

View File

@ -62,7 +62,7 @@ sp_inside_sparen = remove # remove spaces inside parens for if, while and
# 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_enum_equ_span = 4 # '=' in enum definition
align_struct_init_span = 3 # align stuff in a structure init '= { }'