chore(github): add EditorConfig config (#300)

This commit is contained in:
Orhun Parmaksız 2023-07-08 22:21:24 +02:00 committed by GitHub
parent 860a40c13a
commit 085fde7d4a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

11
.editorconfig Normal file
View file

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