https://github.com/tendermint/tendermint
Raw File
Tip revision: d8a50796dea0b35945c1842b0079f06dcc85c66b authored by William Banfield on 04 March 2022, 22:36:35 UTC
update abci cli test output
Tip revision: d8a5079
.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