aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorShauren <shauren.trinity@gmail.com>2022-01-30 14:14:40 +0100
committerShauren <shauren.trinity@gmail.com>2022-01-30 14:14:40 +0100
commit9a0a56dc884c7b52fd6c9781e1884ec2aaec1343 (patch)
tree17e50e5c94e97c8d10ec539a3149d0ebbaf4a956
parentaf0edf5afc2bc41b87f2408868f8bc5c2a3065e3 (diff)
Misc: Adjust max line length in editorconfig to something that better fits 1080p screens
-rw-r--r--.editorconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/.editorconfig b/.editorconfig
index e19011ac4d6..f37e5003e67 100644
--- a/.editorconfig
+++ b/.editorconfig
@@ -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