From e1c47da0aaf94dd57e151ff7e46e90a4b282e3d7 Mon Sep 17 00:00:00 2001 From: Logan Saso Date: Wed, 7 Jun 2017 17:38:34 -0700 Subject: [PATCH] Create .editorconfig --- .editorconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.editorconfig b/.editorconfig index 98fd8e6cd..9d9e58fcb 100644 --- a/.editorconfig +++ b/.editorconfig @@ -4,6 +4,6 @@ root = true charset = utf-8 end_of_line = crlf insert_final_newline = false -indent_style = tab +indent_style = space indent_size = 4 trim_trailing_whitespace = true