Use 2 spaces indentation for ts/tsx files

(cherry picked from commit bc374f07cebc8463c6416630d0fb06f011f21c31)
This commit is contained in:
Bogdan 2023-07-14 06:49:48 +03:00
parent a3aac90bf7
commit 15190aa61a

View file

@ -275,7 +275,7 @@ dotnet_diagnostic.CA5397.severity = suggestion
[*.{js,html,js,hbs,less,css}] [*.{js,html,hbs,less,css,ts,tsx}]
charset = utf-8 charset = utf-8
trim_trailing_whitespace = true trim_trailing_whitespace = true
insert_final_newline = true insert_final_newline = true