https://github.com/tendermint/tendermint
Raw File
Tip revision: 2e0c6546ddd9b9ea234faa7083c3751df3bef24c authored by William Banfield on 14 November 2021, 21:42:30 UTC
consensus: ensure proposal receipt waits for maxWaitingTime
Tip revision: 2e0c654
.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