From eaab4134098c16b6d095fce5914a89deaac5628a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=A9mie=20Astori?= Date: Sun, 3 Feb 2019 03:33:42 -0500 Subject: [PATCH] Use a default of 4 spaces for viewing purposes --- .editorconfig | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.editorconfig b/.editorconfig index 0e5f110b..770fafd6 100644 --- a/.editorconfig +++ b/.editorconfig @@ -6,7 +6,7 @@ root = true [*] indent_style = tab -indent_size = 2 +indent_size = 4 end_of_line = lf charset = utf-8 @@ -18,3 +18,4 @@ trim_trailing_whitespace = false [*.{json,yml}] indent_style = space +indent_size = 2