https://github.com/tendermint/tendermint
Raw File
Tip revision: 742e08006af2c6cb00a120352afe314f167e7a6d authored by William Banfield on 28 October 2021, 11:29:54 UTC
initial consensus params for timestamp
Tip revision: 742e080
.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