https://github.com/tendermint/tendermint
Raw File
Tip revision: d9e90f0f78599b6135c3fa4cc109b000c547d93b authored by William Banfield on 13 April 2022, 16:21:43 UTC
invoke callbacks when set late in socket client
Tip revision: d9e90f0
.editorconfig
# top-most EditorConfig file
root = true

# Unix-style newlines with a newline ending every file
[*]
charset = utf-8
end_of_line = lf
insert_final_newline = true
trim_trailing_whitespace = true

[*.{sh,Makefile}]
indent_style = tab

[*.proto]
indent_style = space
indent_size = 2
back to top