Skip to content

Commit f9ce8c3

Browse files
committed
fix: correct indent size for rust
1 parent 9b3069a commit f9ce8c3

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.editorconfig

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,5 +17,8 @@ trim_trailing_whitespace = false
1717
[*.py]
1818
indent_size = 4
1919

20+
[*.rs]
21+
indent_size = 4
22+
2023
[*.mustache]
2124
trim_trailing_whitespace = false

0 commit comments

Comments
 (0)