https://github.com/tendermint/tendermint
Raw File
Tip revision: c8a2bdf78ba7aaaf4284fa78c1b9b05c5e7342bc authored by Ethan Buchman on 21 February 2018, 04:23:48 UTC
Merge pull request #1225 from tendermint/release-v0.16.0
Tip revision: c8a2bdf
.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