From 04b220731e48b668747105da5906faa4f8df1cc4 Mon Sep 17 00:00:00 2001 From: NRK Date: Sat, 21 Oct 2023 21:50:38 +0600 Subject: [PATCH] editorconfig: add max line if we're going to have an editorconfig, might as well make it accurately reflect the coding guide. also set trim trailing whitespace to true. --- .editorconfig | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.editorconfig b/.editorconfig index f16717b802..0f4e36dcdc 100644 --- a/.editorconfig +++ b/.editorconfig @@ -8,3 +8,8 @@ charset = utf-8 insert_final_newline = true indent_style = space indent_size = 4 +max_line_length = 80 +trim_trailing_whitespace = true + +[.git/COMMIT*] +max_line_length = 72