From 14be347f318d31c24fc717a786bc8b8fc04d6c88 Mon Sep 17 00:00:00 2001 From: Jeremy Piemonte Date: Sun, 5 Nov 2017 19:42:36 -0500 Subject: [PATCH] Editorconfig: Increase indent size to 3 spaces (#1043) (to match server) --- .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