From e5327ab8242d79235545b8449c0af634beafccc9 Mon Sep 17 00:00:00 2001 From: James Messinger Date: Sun, 31 Mar 2019 07:26:32 -0500 Subject: [PATCH] Apply JavaScript styles to TypeScript too --- .editorconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.editorconfig b/.editorconfig index b4a75c5..7f37c99 100644 --- a/.editorconfig +++ b/.editorconfig @@ -18,7 +18,7 @@ indent_style = space indent_size = 2 # JavaScript-specific settings -[*.js] +[*.{js,ts}] quote_type = double continuation_indent_size = 2 curly_bracket_next_line = false