Also bump up max line length in .editorconfig

This commit is contained in:
Florian Bruhin 2020-08-03 17:24:40 +02:00
parent 3f28983dcb
commit 55f14b1da8
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@ insert_final_newline = true
trim_trailing_whitespace = true
charset = utf-8
max_line_length = 79
max_line_length = 88
indent_style = space
indent_size = 4