From e9acc7689edefb4c80535f647b4f7e882d1d1739 Mon Sep 17 00:00:00 2001 From: Martin Taibr Date: Wed, 20 Sep 2017 05:48:57 +0200 Subject: [PATCH] fix indents inside macros --- qcsrc/uncrustify.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qcsrc/uncrustify.cfg b/qcsrc/uncrustify.cfg index c8bfbab33..cfc287905 100644 --- a/qcsrc/uncrustify.cfg +++ b/qcsrc/uncrustify.cfg @@ -51,7 +51,7 @@ indent_continue = indent_columns # number # 0=spaces only # 1=indent with tabs to brace level, align with spaces # 2=indent and align with tabs, using spaces when not on a tabstop -indent_with_tabs = 1 # number #force +indent_with_tabs = 2 # number #force # Comments that are not a brace level are indented with tabs on a tabstop. # Requires indent_with_tabs=2. If false, will use spaces. -- 2.39.2