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:
parent
4ffeb50f50
commit
2a6b9c592b
1 changed files with 1 additions and 1 deletions
|
@ -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}]
|
||||||
|
|
Loading…
Reference in a new issue