https://github.com/tendermint/tendermint
Raw File
Tip revision: 9daea43375e06816a44c30bdb7b02701df4a5f76 authored by M. J. Fromberger on 22 June 2022, 22:16:58 UTC
Update default version marker. (#8844)
Tip revision: 9daea43
.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