From b5e7823c29aaf6dbea3a956aaa8eb6c1874239b6 Mon Sep 17 00:00:00 2001 From: ZaneHannanAU Date: Mon, 17 Sep 2018 05:13:56 +1000 Subject: [PATCH] Update .editorconfig --- .editorconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.editorconfig b/.editorconfig index d3bd86c3ba46b1..404ff0701ceb99 100644 --- a/.editorconfig +++ b/.editorconfig @@ -5,5 +5,5 @@ indent_size = 4 trim_trailing_whitespace = true insert_final_newline = true -[{*.json,*.yml}] +[{*.json,*.yml,*.ts}] indent_style = space