Configure EditorConfig for TypeScript

This commit is contained in:
Daniel Gasienica 2018-04-11 18:03:30 -04:00
parent f25a579f32
commit fa36e1b7a7

View file

@ -10,5 +10,5 @@ indent_style = space
insert_final_newline = true
trim_trailing_whitespace = true
[{js/modules/**/*.js, test/app/**/*.js, test/modules/**/*.js}]
[{js/modules/**/*.js, ts/**/*.ts, test/app/**/*.js, test/modules/**/*.js}]
indent_size = 2