]> git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/uncrustify.cfg
Merge branch 'TimePath/json'
[xonotic/xonotic-data.pk3dir.git] / qcsrc / uncrustify.cfg
index 5b169f061844dea22a70aee001d247ac839526d0..98cdab9dd51b3036def6ce08a78f128abdc91d22 100644 (file)
@@ -1436,7 +1436,7 @@ pos_class_colon                          = ignore   # ignore/join/lead/lead_brea
 #
 
 # Try to limit code width to N number of columns
-code_width                               = 0        # number
+code_width                               = 120      # number
 
 # Whether to fully split long 'for' statements at semi-colons
 # WARNING: Code doesn't seem to use this feature - delete from the config?
@@ -1815,7 +1815,6 @@ type .string
 
 # QC OO
 macro-open CLASS
-macro-else EXTENDS
 macro-close ENDCLASS
 
 # translations