.editorconfig: Fix indentation

This commit is contained in:
Zhaofeng Li 2024-06-01 13:47:27 -06:00
parent 4ffeb50f50
commit 2a6b9c592b

View file

@ -13,7 +13,7 @@ charset = utf-8
# Rust
[*.rs]
indent_style = space
indent_size = 2
indent_size = 4
# Misc
[*.{yaml,yml,md,nix}]