https://github.com/tendermint/tendermint
Raw File
Tip revision: 85870def7b628effad73af942e638bbddf2ba8fd authored by Callum Waters on 13 October 2021, 08:47:16 UTC
release: prepare changelog for 0.34.14 (#7105)
Tip revision: 85870de
.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