https://github.com/tendermint/tendermint
Raw File
Tip revision: e54fdb62046abe5606026e1fd79c293c4f5888d0 authored by Tess Rinearson on 08 April 2021, 17:05:23 UTC
changelog: prepare changelog for 0.34.9 release (#6333)
Tip revision: e54fdb6
.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