mirror of
https://github.com/rust-unofficial/awesome-rust
synced 2024-11-04 12:00:12 +00:00
23 lines
308 B
INI
23 lines
308 B
INI
root = true
|
|
|
|
[*]
|
|
indent_style = space
|
|
indent_size = 4
|
|
charset = utf-8
|
|
trim_trailing_whitespace = 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
|
|
|
|
[.github/workflows/*.yml]
|
|
indent_size = 2
|