From: Martin Taibr Date: Thu, 21 Sep 2017 01:56:15 +0000 (+0200) Subject: don't wrap lines X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=6019a7b70e860b80f1be7d068bdb8e3e6adb8f43;p=xonotic%2Fxonotic-data.pk3dir.git don't wrap lines --- diff --git a/qcsrc/uncrustify.cfg b/qcsrc/uncrustify.cfg index cfc287905..d07b9dc54 100644 --- a/qcsrc/uncrustify.cfg +++ b/qcsrc/uncrustify.cfg @@ -1436,7 +1436,9 @@ pos_class_colon = ignore # ignore/join/lead/lead_brea # # Try to limit code width to N number of columns -code_width = 120 # number +# I think a human makes a better call here than uncrustify, with 120 everything just ends up wrapped randomly and it's harder to read +# old code that was written by clearly insane people will just have to be fixed manually +code_width = 1200 # number # Whether to fully split long 'for' statements at semi-colons # WARNING: Code doesn't seem to use this feature - delete from the config?