From b028518840e9133576ea0341da8a546be3e5733a Mon Sep 17 00:00:00 2001 From: Martine Lenders Date: Sat, 19 Dec 2015 22:13:49 +0100 Subject: [PATCH] uncrustify: don't use tabs for alignment --- uncrustify-riot.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/uncrustify-riot.cfg b/uncrustify-riot.cfg index 7fb7d9c29b67..191acd8e0c25 100644 --- a/uncrustify-riot.cfg +++ b/uncrustify-riot.cfg @@ -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 '= { }'