https://github.com/tendermint/tendermint
Raw File
Tip revision: bd1f43d79300012768167a909a6b2388acdbe411 authored by Tess Rinearson on 13 October 2020, 18:00:59 UTC
changelog: prepare changelog for RC5 (#5494)
Tip revision: bd1f43d
.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