Misc: Adjust max line length in editorconfig to something that better fits 1080p screens
This commit is contained in:
+1
-1
@@ -5,7 +5,7 @@ tab_width = 4
|
|||||||
indent_style = space
|
indent_style = space
|
||||||
insert_final_newline = true
|
insert_final_newline = true
|
||||||
trim_trailing_whitespace = true
|
trim_trailing_whitespace = true
|
||||||
max_line_length = 80
|
max_line_length = 160
|
||||||
|
|
||||||
[*.{c,h,cpp,hpp,inl}]
|
[*.{c,h,cpp,hpp,inl}]
|
||||||
charset = latin1
|
charset = latin1
|
||||||
|
|||||||
Reference in New Issue
Block a user