mirror of
https://github.com/AtHeartEngineering/rust-libp2p-dandelion.git
synced 2026-01-09 04:58:02 -05:00
The current settings differ from rustfmt which is used during CI runs to check the source code format. In particular, rustfmt will replace tabs with spaces, therefore this commit attempts to use the same settings already for editing.
10 lines
155 B
INI
10 lines
155 B
INI
root = true
|
|
[*]
|
|
indent_style=space
|
|
indent_size=4
|
|
end_of_line=lf
|
|
charset=utf-8
|
|
trim_trailing_whitespace=true
|
|
max_line_length=100
|
|
insert_final_newline=false
|