Skip to content

Commit 764d232

Browse files
authored
Merge pull request #102 from algorandfoundation/fix/adjust-rust-editorconfig
fix: correct indent size for rust
2 parents 19dfabf + f9ce8c3 commit 764d232

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)