https://github.com/tendermint/tendermint
Raw File
Tip revision: 27bd1deabe4ba6a2d9b463b8f3e3f1e31b993e61 authored by Ethan Buchman on 07 June 2018, 03:47:17 UTC
Merge pull request #1703 from tendermint/release/v0.20.0
Tip revision: 27bd1de
.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