Use 2 spaces for indentation

Enable this globally now that we use Prettier.
This commit is contained in:
Daniel Gasienica 2018-05-04 15:24:00 -04:00
parent f0896b53bc
commit 211d54451b
1 changed files with 0 additions and 2 deletions

View File

@ -9,6 +9,4 @@ end_of_line = lf
indent_style = space
insert_final_newline = true
trim_trailing_whitespace = true
[{js/modules/**/*.js, ts/**/*.ts, test/app/**/*.js, test/modules/**/*.js}]
indent_size = 2