From 211d54451bd700c4005eb623a198d1535391d6ff Mon Sep 17 00:00:00 2001 From: Daniel Gasienica Date: Fri, 4 May 2018 15:24:00 -0400 Subject: [PATCH] Use 2 spaces for indentation Enable this globally now that we use Prettier. --- .editorconfig | 2 -- 1 file changed, 2 deletions(-) diff --git a/.editorconfig b/.editorconfig index 4adf083b3..d4f444678 100644 --- a/.editorconfig +++ b/.editorconfig @@ -9,6 +9,4 @@ end_of_line = lf indent_style = space insert_final_newline = true trim_trailing_whitespace = true - -[{js/modules/**/*.js, ts/**/*.ts, test/app/**/*.js, test/modules/**/*.js}] indent_size = 2