follow-up to #2 add .editorconfig to enforce (some) style rules

This commit is contained in:
Dan Allen
2017-10-07 20:07:29 -06:00
parent 348bb43f4b
commit 57dacb4843

9
.editorconfig Normal file
View File

@@ -0,0 +1,9 @@
root = true
[*]
indent_style = space
indent_size = 2
end_of_line = lf
charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = true