Configure EditorConfig for TypeScript

pull/1/head
Daniel Gasienica 6 years ago
parent f25a579f32
commit fa36e1b7a7

@ -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

Loading…
Cancel
Save