https://github.com/tendermint/tendermint
Raw File
Tip revision: 6321ef2936fbbaf0e3df575982c9485f832a8543 authored by mergify[bot] on 01 August 2022, 16:23:47 UTC
logging: implement lazy sprinting (backport #8898) (#9110)
Tip revision: 6321ef2
.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