Add editorconfig template

This commit is contained in:
Age Manning 2019-03-11 15:09:57 +11:00
parent 3cf2359244
commit 5f51c6d60a
No known key found for this signature in database
GPG Key ID: 05EED64B79E06A93

9
.editorconfig Normal file
View File

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