https://github.com/tendermint/tendermint
Raw File
Tip revision: 12a0559d672ae51d5731ec8d89f0786f86448384 authored by M. J. Fromberger on 26 May 2022, 16:08:41 UTC
Prepare changelog for release v0.35.5. (#8601)
Tip revision: 12a0559
.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