feat(line-length): update line length to 100 cols

This commit is contained in:
2024-03-28 18:12:39 +01:00
parent d51516bbbf
commit 2f6ff745c8
4 changed files with 13 additions and 4 deletions
+1 -1
View File
@@ -38,7 +38,7 @@ continuation_indent = 4
# this mean utf8 length , if this is 'unset' then the line width is no longer checked
# this option decides when to chopdown the code
max_line_length = 80
max_line_length = 100
# optional crlf/lf/cr/auto, if it is 'auto', in windows it is crlf other platforms are lf
# in neovim the value 'auto' is not a valid option, please use 'unset'