From 6e3c08e166fa741dec43dd71f8ad1fffc8ace6a8 Mon Sep 17 00:00:00 2001 From: gowpen <33104741+gowpen@users.noreply.github.com> Date: Sun, 29 Oct 2017 15:30:16 -0600 Subject: [PATCH] Use 2 space indents --- .editorconfig | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.editorconfig b/.editorconfig index be80705..616fb5b 100644 --- a/.editorconfig +++ b/.editorconfig @@ -10,8 +10,8 @@ insert_final_newline = true charset = utf-8 ; Use space characters for indenting indent_style = space -; Each indent is 8 space characters -indent_size = 8 +; Each indent is 2 space characters +indent_size = 2 ; No trailing whitespace on lines trim_trailing_whitespace = true