Added .ts rules

This commit is contained in:
Thomas Grey
2018-04-14 09:16:45 +01:00
parent b65d644ae4
commit 12fa58091a

View File

@@ -5,6 +5,8 @@ root = true
charset = utf-8
indent_style = space
indent_size = 2
[*.ts]
insert_final_newline = true
trim_trailing_whitespace = true