https://github.com/tendermint/tendermint
Raw File
Tip revision: 2b5b0172531319ebc255a0ba638f6be666e5e46c authored by Ethan Buchman on 29 May 2017, 12:58:20 UTC
Merge pull request #516 from tendermint/release-v0.10.0-rc2
Tip revision: 2b5b017
.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

[Makefile]
indent_style = tab

[*.sh]
indent_style = tab
back to top