Indent typescript files with tabs

Change-type: patch
Changelog-entry: Indent typescript files with tabs
This commit is contained in:
Alexis Svinartchouk 2019-06-21 15:38:51 +02:00
parent 9ea8a6134e
commit 126b3fbb40

View File

@ -14,3 +14,6 @@ trim_trailing_whitespace = false
[Makefile]
indent_style = tab
[*.ts]
indent_style = tab