https://github.com/tendermint/tendermint
Raw File
Tip revision: 0946a1c05e6ae24b58146aad397285e14f561147 authored by William Banfield on 28 March 2022, 20:41:33 UTC
test
Tip revision: 0946a1c
.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