docs(project): add .editorconfig

This commit is contained in:
Orhun Parmaksız 2022-02-20 05:23:32 +03:00
parent 8b7474ebe9
commit 323dcd9257
No known key found for this signature in database
GPG Key ID: F83424824B3E4B90

11
.editorconfig Normal file
View File

@ -0,0 +1,11 @@
# https://editorconfig.org
root = true
[{*.sh, *.rs}]
indent_style = space
indent_size = 4
[*.yml]
indent_style = space
indent_size = 2