mirror of
https://github.com/cargo-bins/cargo-binstall.git
synced 2025-04-20 04:28:43 +00:00
15 lines
232 B
INI
15 lines
232 B
INI
root = true
|
|
|
|
[*]
|
|
indent_style = space
|
|
indent_size = 4
|
|
end_of_line = lf
|
|
charset = utf-8
|
|
trim_trailing_whitespace = true
|
|
insert_final_newline = true
|
|
|
|
[tests/snapshots/*]
|
|
trim_trailing_whitespace = false
|
|
|
|
[*.{cff,yml}]
|
|
indent_size = 2
|