https://github.com/tendermint/tendermint
Revision 13bd4b63f8fe23c31473ac3d0bf5e540e49a2700 authored by William Banfield on 26 October 2022, 17:36:39 UTC, committed by GitHub on 26 October 2022, 17:36:39 UTC
1 parent bc15531
Raw File
Tip revision: 13bd4b63f8fe23c31473ac3d0bf5e540e49a2700 authored by William Banfield on 26 October 2022, 17:36:39 UTC
github: remove forked version of gosec (#9629)
Tip revision: 13bd4b6
.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