https://github.com/tendermint/tendermint
Raw File
Tip revision: 6a328460cd0cd3301e94852ab51aa5bf849075de authored by mergify[bot] on 03 September 2022, 01:13:19 UTC
ci: Pre-release workflows (backport #9366) (#9368)
Tip revision: 6a32846
.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