From fe73b950b891209f84a20e5c10e0bbaca5d6c815 Mon Sep 17 00:00:00 2001 From: Joas Schilling Date: Tue, 12 Nov 2019 17:47:06 +0100 Subject: Fix editorconfig - we always used 4 space tabs Signed-off-by: Joas Schilling --- .editorconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.editorconfig') diff --git a/.editorconfig b/.editorconfig index 20b17067dfa..d0eba25fbab 100644 --- a/.editorconfig +++ b/.editorconfig @@ -11,7 +11,7 @@ insert_final_newline = true trim_trailing_whitespace = true [*.php] -indent_size = 8 +indent_size = 4 [*.md] trim_trailing_whitespace = false -- cgit v1.2.3