mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-04-26 00:37:57 +00:00
fb73a4eef6
Co-authored-by: Kian Paimani <5588131+kianenigma@users.noreply.github.com> Co-authored-by: Alexander Popiak <alexander.popiak@parity.io>
17 lines
229 B
INI
17 lines
229 B
INI
root = true
|
|
|
|
[*]
|
|
indent_style=space
|
|
indent_size=2
|
|
tab_width=2
|
|
end_of_line=lf
|
|
charset=utf-8
|
|
trim_trailing_whitespace=true
|
|
insert_final_newline = true
|
|
|
|
[*.{rs,toml}]
|
|
indent_style=tab
|
|
indent_size=tab
|
|
tab_width=4
|
|
max_line_length=100
|