Added editorconfig

pull/2/head
Mark 2023-03-31 12:03:06 -07:00
parent 2a026927c1
commit 1181c5322f
Signed by: Mark
GPG Key ID: AD62BB059C2AAEE4
1 changed files with 12 additions and 0 deletions

12
.editorconfig Normal file
View File

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