Add EditorConfig configuration

This commit is contained in:
Daniel Gasienica 2018-02-13 11:35:49 -05:00
parent e56101e229
commit b9c6bf600f
1 changed files with 14 additions and 0 deletions

14
.editorconfig Normal file
View File

@ -0,0 +1,14 @@
# EditorConfig is awesome: http://EditorConfig.org
# top-most EditorConfig file
root = true
# Unix-style newlines with a newline ending every file
[*]
end_of_line = lf
indent_style = space
insert_final_newline = true
trim_trailing_whitespace = true
[{js, test}/modules/**.js, test/modules/**.js}]
indent_size = 2