https://github.com/tendermint/tendermint
Raw File
Tip revision: 5ae962e99ecd0328a7d8447bb2028fc47bb34d82 authored by William Banfield on 01 April 2022, 16:20:18 UTC
Update changelog for release v0.34.17
Tip revision: 5ae962e
.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