Added TypeScript files to editorconfig (#4432)

This commit is contained in:
Roman Roelofsen
2016-05-18 20:00:55 +02:00
committed by Oliver Günther
parent f432671376
commit 35d3387102
+1 -1
View File
@@ -4,7 +4,7 @@ root = true
end_of_line = lf
insert_final_newline = true
[*.{js,rb}]
[*.{js,rb,ts}]
charset = utf-8
indent_style = space
indent_size = 2