chore(style): add editorconfig

This commit is contained in:
Orhun Parmaksız 2023-07-01 01:21:02 +03:00
parent 62bbfef6a3
commit 074991810e
No known key found for this signature in database
GPG Key ID: F83424824B3E4B90
1 changed files with 11 additions and 0 deletions

11
.editorconfig Normal file
View File

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