From: Martin Taibr Date: Wed, 20 Sep 2017 03:48:57 +0000 (+0200) Subject: fix indents inside macros X-Git-Url: http://git.xonotic.org/?a=commitdiff_plain;h=e9acc7689edefb4c80535f647b4f7e882d1d1739;p=xonotic%2Fxonotic-data.pk3dir.git fix indents inside macros --- 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.