OSDN Git Service

new repo
[bytom/vapor.git] / vendor / github.com / tendermint / abci / .editorconfig
1 # top-most EditorConfig file
2 root = true
3
4 # Unix-style newlines with a newline ending every file
5 [*]
6 charset = utf-8
7 end_of_line = lf
8 insert_final_newline = true
9 trim_trailing_whitespace = true
10
11 [Makefile]
12 indent_style = tab
13
14 [*.sh]
15 indent_style = tab