https://github.com/tendermint/tendermint
Raw File
Tip revision: 21a3bbda3fd8d272cc7fee888b4339a669cbcaad authored by Callum Waters on 16 September 2022, 12:49:51 UTC
state: restore previous error message (#9435)
Tip revision: 21a3bbd
.clang-format
---
Language: Proto
BasedOnStyle: Google
IndentWidth: 2
ColumnLimit: 0
AlignConsecutiveAssignments: true
AlignConsecutiveDeclarations: true
SpacesInSquareBrackets: true
ReflowComments:  true
SortIncludes:    true
SortUsingDeclarations: true
back to top