From f56533b70259b94e57e382275c74187b6ef634c6 Mon Sep 17 00:00:00 2001 From: Kaspar Schleiser Date: Fri, 25 Jan 2019 10:58:54 +0100 Subject: [PATCH] uncrustify: add indentation section comment --- uncrustify-riot.cfg | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/uncrustify-riot.cfg b/uncrustify-riot.cfg index d67a512f6f..54e46a5858 100644 --- a/uncrustify-riot.cfg +++ b/uncrustify-riot.cfg @@ -1,3 +1,7 @@ +# +# indentation +# + indent_with_tabs = 0 # 1=indent to level only, 2=indent with tabs input_tab_size = 4 # original tab size output_tab_size = 4 # new tab size