feat: Add .editorconfig

This commit is contained in:
Dheepak Krishnamurthy 2023-08-29 00:02:41 -04:00
parent bc0c3f10a6
commit 83c3eb7048

11
.editorconfig Normal file
View file

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