Added .editorconfig

Use tab instead of spaces
This commit is contained in:
mxdanger 2022-05-04 14:37:47 -07:00
parent 8dc6914f4b
commit d90c269179
4 changed files with 206 additions and 197 deletions

9
.editorconfig Normal file
View File

@ -0,0 +1,9 @@
# Editor configuration, see https://editorconfig.org
root = true
[*]
charset = utf-8
indent_style = tab
indent_size = tab
tab_size = 4