-
Tomasz Drwięga authored
* Add transaction pool docs. * Extra docs. * Apply suggestions from code review Co-authored-by:
Pierre Krieger <pierre.krieger1708@gmail.com> * Expand on some review comments. * Update README.md Fixed typos / spellings Co-authored-by:
Pierre Krieger <pierre.krieger1708@gmail.com> Co-authored-by:
Squirrel <gilescope@gmail.com>
f20edfa2
Code owners
Assign users and groups as approvers for specific file changes. Learn more.
.editorconfig 363 B
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
[*.md]
max_line_length=80
indent_style=space
indent_size=2
[*.yml]
indent_style=space
indent_size=2
tab_width=8
end_of_line=lf
[*.sh]
indent_style=space
indent_size=2
tab_width=8
end_of_line=lf