https://github.com/tendermint/tendermint
Raw File
Tip revision: 8d7640894d91ec4c5349b7b33731c76f5290dd38 authored by Ethan Buchman on 10 August 2017, 14:25:48 UTC
Merge pull request #606 from tendermint/release-v0.10.3
Tip revision: 8d76408
.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

[*.proto]
indent_style = space
indent_size = 2
back to top