#
# Try to limit code width to N number of columns
-code_width = 99 # number
+code_width = 119 # number
# Whether to fully split long 'for' statements at semi-colons
ls_for_split_full = false # false/true
ls_func_split_full = false # false/true
# Whether to split lines as close to code_width as possible and ignore some groupings
-ls_code_width = true # false/true
+ls_code_width = true # false/true
#
# Blank line options
signature, if, else, loop, switch, etc.
* Use consistent spacing and line breaks. Always indent 4 spaces from the
- breaking line. Keep lines less than 100 chars; it greatly helps
+ breaking line. Keep lines less than 120 chars; it greatly helps
readability.
No: