Merge pull request #316 from sigp/editor-config

Add editorconfig template
This commit is contained in:
Paul Hauner 2019-03-21 12:46:00 +13:00 committed by GitHub
commit 05cec0df04
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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