mirror of https://github.com/Sonarr/Sonarr
Use 2 spaces indentation for ts/tsx files
This commit is contained in:
parent
f0cb5b81f1
commit
bc374f07ce
|
@ -268,7 +268,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
|
||||
|
|
Loading…
Reference in New Issue