From 9a0a56dc884c7b52fd6c9781e1884ec2aaec1343 Mon Sep 17 00:00:00 2001 From: Shauren Date: Sun, 30 Jan 2022 14:14:40 +0100 Subject: [PATCH] Misc: Adjust max line length in editorconfig to something that better fits 1080p screens --- .editorconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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