TT#4488: Add .editorconfig for consistent style

Change-Id: Ic2ad59d17c9902b7cdc5652f16f64b89376bc69e
changes/31/8831/2
Markus Danek 9 years ago
parent 898261a7d9
commit ae0e788804

@ -0,0 +1,12 @@
root = true
[*.{js,ts,json,html,css,scss,less,md,gitignore,editorconfig,babelrc}]
indent_style = space
indent_size = 4
end_of_line = lf
charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = true
[*.md]
trim_trailing_whitespace = false
Loading…
Cancel
Save