1
0
Fork 0
mirror of https://github.com/zhaofengli/attic.git synced 2024-12-14 11:57:30 +00:00

.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 # Rust
[*.rs] [*.rs]
indent_style = space indent_style = space
indent_size = 2 indent_size = 4
# Misc # Misc
[*.{yaml,yml,md,nix}] [*.{yaml,yml,md,nix}]