add EditorConfig

This commit is contained in:
David Lord
2020-05-23 13:23:49 -07:00
parent f5918ca5ce
commit 4ec15abd47
+13
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