From b3e11e07ef8d470b92490cd5544dc37a4fe2b926 Mon Sep 17 00:00:00 2001 From: Roman Seidelsohn Date: Sat, 8 Apr 2023 18:27:39 +0200 Subject: [PATCH] config: Increase editorconfig's indent size from 2 to 4 I am growing old and can't see that well anymore, so an indentation of 4 really helps my orientation in the source code. --- .editorconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.editorconfig b/.editorconfig index e6fee35..cb94f83 100644 --- a/.editorconfig +++ b/.editorconfig @@ -6,6 +6,6 @@ root = true end_of_line = lf insert_final_newline = true indent_style = space -indent_size = 2 +indent_size = 4 charset = utf-8 trim_trailing_whitespace = true