https://github.com/tendermint/tendermint
Raw File
Tip revision: e0f8936455029a40287a69d5b0e7baa4d5864da1 authored by Ethan Buchman on 20 February 2019, 15:10:49 UTC
Merge pull request #3326 from tendermint/release/v0.30.1
Tip revision: e0f8936
.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