From acbcdbeb5bc0a96e9c324ffc0bb75643b5f06ec2 Mon Sep 17 00:00:00 2001 From: Steffen Rademacker Date: Thu, 13 May 2021 18:34:23 +0200 Subject: [PATCH] Add typescript to default editorconfig --- editorconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/editorconfig b/editorconfig index 48a57f15..c0fefe0d 100644 --- a/editorconfig +++ b/editorconfig @@ -8,7 +8,7 @@ insert_final_newline = true indent_style = space indent_size = 2 -[*.{php,css,scss,sass,js,json,jsx,tmpl,html,haml,twig,yml,svg}] +[*.{php,css,scss,sass,js,json,jsx,ts,tsx,tmpl,html,haml,twig,yml,svg}] trim_trailing_whitespace = true [*.{md,markdown,rst,txt,csv,snip,mail}]