https://github.com/tendermint/tendermint
Revision 63d920c6ba27cd5374136ccf1d70f326fb23be99 authored by William Banfield on 15 November 2021, 17:27:42 UTC, committed by William Banfield on 15 November 2021, 17:27:42 UTC
1 parent 405cf7c
Raw File
Tip revision: 63d920c6ba27cd5374136ccf1d70f326fb23be99 authored by William Banfield on 15 November 2021, 17:27:42 UTC
publish
Tip revision: 63d920c
.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