#
# 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?