https://github.com/tendermint/tendermint
Revision 5599ec37bf64e9cc06772bf989ecafd50437e6e6 authored by William Banfield on 01 November 2021, 14:46:35 UTC, committed by GitHub on 01 November 2021, 14:46:35 UTC
fuzz: remove fuzz cases for deleted code
1 parent 5cc9806
Raw File
Tip revision: 5599ec37bf64e9cc06772bf989ecafd50437e6e6 authored by William Banfield on 01 November 2021, 14:46:35 UTC
fuzz: remove fuzz cases for deleted code (#7187)
Tip revision: 5599ec3
.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