From 11ae33c13600d9762040d998d052f618da9f42cf Mon Sep 17 00:00:00 2001 From: weeman <weeman@frankfurt.ccc.de> Date: Mon, 4 Nov 2024 21:37:51 +0100 Subject: [PATCH] Setze indent = 2 als Standard in der EditorConfig --- .editorconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/.editorconfig b/.editorconfig index e62e4cc5f..6c38934a7 100644 --- a/.editorconfig +++ b/.editorconfig @@ -5,6 +5,7 @@ root = true charset = utf-8 insert_final_newline = true end_of_line = lf +indent_size = 2 indent_style = space max_line_length = 120 trim_trailing_whitespace = true -- GitLab