Also bump up max line length in .editorconfig
This commit is contained in:
parent
3f28983dcb
commit
55f14b1da8
|
|
@ -4,7 +4,7 @@ insert_final_newline = true
|
||||||
trim_trailing_whitespace = true
|
trim_trailing_whitespace = true
|
||||||
charset = utf-8
|
charset = utf-8
|
||||||
|
|
||||||
max_line_length = 79
|
max_line_length = 88
|
||||||
|
|
||||||
indent_style = space
|
indent_style = space
|
||||||
indent_size = 4
|
indent_size = 4
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue