Skip to content

Commit 4fefc0d

Browse files
committed
Add .editorconfig for indent style
1 parent a317b94 commit 4fefc0d

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.editorconfig

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
root = true
2+
3+
[*.rs]
4+
indent_style = space
5+
indent_size = 4
6+

0 commit comments

Comments
 (0)