From fa36e1b7a7a39d2cfbb80070f1949d7d0a2410ac Mon Sep 17 00:00:00 2001 From: Daniel Gasienica Date: Wed, 11 Apr 2018 18:03:30 -0400 Subject: [PATCH] Configure EditorConfig for TypeScript --- .editorconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.editorconfig b/.editorconfig index 5bfccc902..4adf083b3 100644 --- a/.editorconfig +++ b/.editorconfig @@ -10,5 +10,5 @@ indent_style = space insert_final_newline = true trim_trailing_whitespace = true -[{js/modules/**/*.js, test/app/**/*.js, test/modules/**/*.js}] +[{js/modules/**/*.js, ts/**/*.ts, test/app/**/*.js, test/modules/**/*.js}] indent_size = 2