https://github.com/tendermint/tendermint
Raw File
Tip revision: 790d3f81bd0eb4cacd521ab58e3dd88b7ef2884a authored by Jasmina Malicevic on 04 July 2022, 15:06:27 UTC
Updated communication
Tip revision: 790d3f8
.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