Skip to content

Commit

Permalink
Misc: Adjust max line length in editorconfig to something that better…
Browse files Browse the repository at this point in the history
… fits 1080p screens
  • Loading branch information
Shauren committed Jan 30, 2022
1 parent af0edf5 commit 9a0a56d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 9a0a56d

Please sign in to comment.