]> git.rm.cloudns.org Git - xonotic/xonotic-data.pk3dir.git/commitdiff
remove newline between switch and { as other control statements
authorMartin Taibr <taibr.martin@gmail.com>
Sat, 23 Sep 2017 02:41:22 +0000 (04:41 +0200)
committerMartin Taibr <taibr.martin@gmail.com>
Sat, 23 Sep 2017 02:41:22 +0000 (04:41 +0200)
qcsrc/uncrustify.cfg

index 18fadc7b0f0294e8793c314623344b61e340dff6..0bcab10d6109a90597b0fd5544f465ca2e9df4a7 100644 (file)
@@ -1194,7 +1194,7 @@ nl_brace_while                           = remove   # ignore/add/remove/force #f
 
 # Add or remove newline between 'switch' and '{'
 # NOTE: is 24 worse than ignore
-nl_switch_brace                          = add      # ignore/add/remove/force
+nl_switch_brace                          = remove      # ignore/add/remove/force
 
 # Add a newline between ')' and '{' if the ')' is on a different line than the if/for/etc.
 # Overrides nl_for_brace, nl_if_brace, nl_switch_brace, nl_while_switch, and nl_catch_brace.