https://github.com/tendermint/tendermint
Raw File
Tip revision: 17ce2ccc92b459ac2e60aa52092028acadd237c7 authored by Tess Rinearson on 23 December 2020, 17:45:04 UTC
CHANGELOG: prepare 0.34.1-rc1 (#5832)
Tip revision: 17ce2cc
.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