Skip to content

Commit 447bd51

Browse files
authored
Add .editorconfig with correct settings for .ron files (#11060)
1 parent 3c0f119 commit 447bd51

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.editorconfig

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

0 commit comments

Comments
 (0)