Mark/celeste-ai
Archived
1
0

added editorconfig

This commit is contained in:
Mark 2023-02-15 22:24:05 -08:00
parent c5940ccfa3
commit 0ca1410643
Signed by: Mark
GPG Key ID: AD62BB059C2AAEE4

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