From 1351fb686a78e0225ee13afadc4407df69f8ba0f Mon Sep 17 00:00:00 2001 From: Laura Hausmann Date: Wed, 18 Oct 2023 17:12:54 +0200 Subject: [PATCH] Use a tab width of 4 everywhere --- .editorconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.editorconfig b/.editorconfig index edccf3a9d..e5b17a3be 100644 --- a/.editorconfig +++ b/.editorconfig @@ -2,7 +2,7 @@ root = true [*] indent_style = tab -indent_size = 2 +indent_size = 4 charset = utf-8 insert_final_newline = true