https://github.com/tendermint/tendermint
Raw File
Tip revision: 267f134d44e76efb2adef5f0c993da8a5d5bd1b8 authored by Ethan Buchman on 18 May 2017, 11:45:17 UTC
Merge pull request #508 from tendermint/release-v0.10.0-rc1
Tip revision: 267f134
.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