https://github.com/tendermint/tendermint
Raw File
Tip revision: df20641317010861ab3dfcc534d0b8d2f88fed04 authored by William Banfield on 24 February 2022, 20:52:47 UTC
change lock handling in consensus reactor
Tip revision: df20641
.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