mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-04-23 11:58:01 +00:00
5a046d043e
* Extract error to file * Update readme * Extract Rpc to separate file * Make Rpc generic over Runtime * Editor config etc. * rustfmt * Remove node-runtime dependency, generic soup * Move generic trait bounds to impl * rustfmt * Remove unused stuff * Add test for balance transfer call
14 lines
281 B
INI
14 lines
281 B
INI
# EditorConfig helps developers define and maintain consistent
|
|
# coding styles between different editors and IDEs
|
|
# editorconfig.org
|
|
|
|
root = true
|
|
|
|
[*]
|
|
end_of_line = lf
|
|
charset = utf-8
|
|
trim_trailing_whitespace = true
|
|
insert_final_newline = true
|
|
indent_style = space
|
|
indent_size = 4
|