https://github.com/tendermint/tendermint
Raw File
Tip revision: f3616c2db5f232ee27eb5c56209f49bd3d012a6a authored by William Banfield on 04 February 2022, 20:11:27 UTC
wip
Tip revision: f3616c2
.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