https://github.com/tendermint/tendermint
Raw File
Tip revision: d82f4550fac41c49facddcf5cb4a9042c92274e5 authored by William Banfield on 10 January 2022, 20:56:59 UTC
metrics: add metric for count of untimely proposals
Tip revision: d82f455
.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