From fd5e84551475c8df9adc6ea906d6a000af712c7d Mon Sep 17 00:00:00 2001 From: Jeremy Piemonte Date: Sun, 29 Oct 2017 14:21:55 -0400 Subject: [PATCH] Editorconfig: Increase indent size to 3 spaces (#4090) --- .editorconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.editorconfig b/.editorconfig index 5c64ab1184..b42aef9cc9 100644 --- a/.editorconfig +++ b/.editorconfig @@ -7,7 +7,7 @@ root = true [*] charset = utf-8 indent_style = tab -indent_size = 2 +indent_size = 3 trim_trailing_whitespace = true insert_final_newline = true