Misc: Adjust max line length in editorconfig to something that better fits 1080p screens

This commit is contained in:
Shauren
2022-01-30 14:14:40 +01:00
parent af0edf5afc
commit 9a0a56dc88

View File

@@ -5,7 +5,7 @@ tab_width = 4
indent_style = space
insert_final_newline = true
trim_trailing_whitespace = true
max_line_length = 80
max_line_length = 160
[*.{c,h,cpp,hpp,inl}]
charset = latin1