add EditorConfig

This commit is contained in:
David Lord 2020-05-23 13:25:06 -07:00
parent 5b1d47f7e4
commit 295e1e759f
No known key found for this signature in database
GPG key ID: 7A1C87E3F5BC42A8

13
.editorconfig Normal file
View file

@ -0,0 +1,13 @@
root = true
[*]
indent_style = space
indent_size = 4
insert_final_newline = true
trim_trailing_whitespace = true
end_of_line = lf
charset = utf-8
max_line_length = 88
[*.{yml,yaml,json,js,css,html}]
indent_size = 2