]> git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/commitdiff
fix indents inside macros
authorMartin Taibr <taibr.martin@gmail.com>
Wed, 20 Sep 2017 03:48:57 +0000 (05:48 +0200)
committerMartin Taibr <taibr.martin@gmail.com>
Wed, 20 Sep 2017 03:48:57 +0000 (05:48 +0200)
qcsrc/uncrustify.cfg

index c8bfbab3360da6ae70b8ad9cf729394a578e581f..cfc287905a198620296f5ea4cc86af4e1a100c50 100644 (file)
@@ -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.