From 5f70581a5938e98d3d7243576d6d7a9a5e88d6a1 Mon Sep 17 00:00:00 2001 From: Bogdan Date: Fri, 14 Jul 2023 06:49:48 +0300 Subject: [PATCH] Use 2 spaces indentation for ts/tsx files (cherry picked from commit bc374f07cebc8463c6416630d0fb06f011f21c31) --- .editorconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.editorconfig b/.editorconfig index 4345d683d..3be739aa8 100644 --- a/.editorconfig +++ b/.editorconfig @@ -270,7 +270,7 @@ dotnet_diagnostic.CA5397.severity = suggestion dotnet_diagnostic.SYSLIB0006.severity = none -[*.{js,html,js,hbs,less,css}] +[*.{js,html,hbs,less,css,ts,tsx}] charset = utf-8 trim_trailing_whitespace = true insert_final_newline = true