From 6019a7b70e860b80f1be7d068bdb8e3e6adb8f43 Mon Sep 17 00:00:00 2001 From: Martin Taibr Date: Thu, 21 Sep 2017 03:56:15 +0200 Subject: [PATCH] don't wrap lines --- qcsrc/uncrustify.cfg | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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? -- 2.39.2