chore: Add .editorconfig file

pull/2/head
earnest ma 2021-02-05 11:41:34 -05:00
parent 574f608d06
commit bf75d3e0d4
No known key found for this signature in database
GPG Key ID: 6B361FA81C5FB695
1 changed files with 14 additions and 0 deletions

14
.editorconfig Normal file
View File

@ -0,0 +1,14 @@
# EditorConfig is awesome: https://EditorConfig.org
# top-most EditorConfig file
root = true
[*]
indent_style = tab
end_of_line = lf
charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = true
[version]
insert_final_newline = false