https://github.com/tendermint/tendermint
Raw File
Tip revision: 04f314849c3662854b2cce334e3ea9c8637e2bb1 authored by Callum Waters on 15 November 2022, 15:17:44 UTC
remove global mutex from local abci client
Tip revision: 04f3148
.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