chore(core): add *.ts to .editorconfig (#527)

This commit is contained in:
Johnny Robeson 2018-07-05 21:35:26 -04:00 коммит произвёл Samuel Attard
Родитель 0249d757bc
Коммит ae0bf4a037
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -1,6 +1,6 @@
root = true
[{*.html,*.js,*.json,*.md,*.yml,*eslintrc}]
[{*.html,*.js,*.json,*.md,*.ts,*.yml,*eslintrc}]
indent_style = space
indent_size = 2
insert_final_newline = true