1
0
Fork 0
mirror of https://git.earne.link/earnestma/dracublog synced 2024-05-06 15:46:12 +02:00

chore: Add .editorconfig file

This commit is contained in:
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

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