https://github.com/tendermint/tendermint
Raw File
Tip revision: 5c624eae9d9c2a1d7e7db3909c9c8b6153bc8761 authored by Sam Ricotta on 11 August 2022, 08:26:23 UTC
review updates
Tip revision: 5c624ea
.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