mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-18 22:21:02 +00:00
4cde05739b
Fixes #34 Added .editorconfig
11 lines
166 B
INI
11 lines
166 B
INI
root = true
|
|
[*]
|
|
indent_style=tab
|
|
indent_size=tab
|
|
tab_width=4
|
|
end_of_line=lf
|
|
charset=utf-8
|
|
trim_trailing_whitespace=true
|
|
max_line_length=100
|
|
insert_final_newline=true
|