From be59523beda4afad105ca2848d9eae1020533a5a Mon Sep 17 00:00:00 2001 From: Adrian Macuc Date: Wed, 28 Aug 2019 15:46:28 +0300 Subject: [PATCH] chore: increase indent size from 2 to 4 --- .editorconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.editorconfig b/.editorconfig index e89330a61..b585a7616 100644 --- a/.editorconfig +++ b/.editorconfig @@ -4,7 +4,7 @@ root = true [*] charset = utf-8 indent_style = space -indent_size = 2 +indent_size = 4 insert_final_newline = true trim_trailing_whitespace = true