From 542f9dc642f8481c9734c4c31da970395fab7921 Mon Sep 17 00:00:00 2001 From: Antti Pilto Date: Sun, 4 Nov 2018 22:50:43 +0200 Subject: [PATCH] Decrease indent size from now on --- .editorconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.editorconfig b/.editorconfig index d412ba8..6ecc509 100644 --- a/.editorconfig +++ b/.editorconfig @@ -5,6 +5,6 @@ end_of_line = lf insert_final_newline = true charset = utf-8 indent_style = space -indent_size = 4 +indent_size = 2 trim_trailing_whitespace = true