https://github.com/tendermint/tendermint
Raw File
Tip revision: 48ebd22dfcf0137b1e82ef603a25e6658e25bc83 authored by Sergio Mena on 08 September 2022, 12:50:51 UTC
Removed unused param (#9394)
Tip revision: 48ebd22
.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