https://github.com/tendermint/tendermint
Raw File
Tip revision: bbd5ccc968992f5c8a6b86751483536bd0bcadef authored by William Banfield on 21 March 2022, 16:46:10 UTC
re-order fields to match files
Tip revision: bbd5ccc
.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