https://github.com/tendermint/tendermint
Raw File
Tip revision: 5e354a3a570a038153cc5baae3680fe0d75f6050 authored by Callum Waters on 27 June 2022, 16:44:21 UTC
release: prepare v0.34.20-rc0 (#8888)
Tip revision: 5e354a3
.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