mirror of
https://github.com/rust-unofficial/awesome-rust
synced 2024-11-22 03:43:03 +00:00
Fix editorconfig
This commit is contained in:
parent
8cc83c00b8
commit
ce0cb85abf
1 changed files with 11 additions and 0 deletions
|
@ -6,3 +6,14 @@ indent_size = 4
|
||||||
charset = utf-8
|
charset = utf-8
|
||||||
trim_trailing_whitespace = true
|
trim_trailing_whitespace = true
|
||||||
insert_final_newline = true
|
insert_final_newline = true
|
||||||
|
|
||||||
|
[Cargo.lock]
|
||||||
|
# Just ignore that
|
||||||
|
indent_size = unset
|
||||||
|
|
||||||
|
[LICENSE.txt]
|
||||||
|
# Ignore that too
|
||||||
|
indent_size = unset
|
||||||
|
|
||||||
|
[README.md]
|
||||||
|
indent_size = 2
|
||||||
|
|
Loading…
Reference in a new issue