Add .editorconfig

This commit is contained in:
Maddison Hellstrom 2017-11-17 06:24:39 -08:00
parent d41e3673d2
commit 02a13ebbaa
1 changed files with 14 additions and 0 deletions

14
.editorconfig Normal file
View File

@ -0,0 +1,14 @@
[*]
indent_style = tab
indent_size = 2
end_of_line = lf
charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = true
[*.md]
trim_trailing_whitespace = false
[*.js]
indent_style = space
indent_size = 2