From 7932349bf66daab5c3f8c825183384404e975202 Mon Sep 17 00:00:00 2001 From: Uwe Steinmann Date: Mon, 28 Oct 2019 10:11:06 +0100 Subject: [PATCH] set indent_size to 2 --- .editorconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.editorconfig b/.editorconfig index 9f5028851..072c0c22b 100644 --- a/.editorconfig +++ b/.editorconfig @@ -5,4 +5,4 @@ charset = utf-8 end_of_line = lf trim_trailing_whitespaces = true indent_style = tab -indent_size = 4 +indent_size = 2