https://github.com/tendermint/tendermint
Raw File
Tip revision: 33616bec7a2cde849dc46af0d4bacc8186ac41fe authored by Sam Kleinman on 15 September 2021, 13:28:39 UTC
Merge branch 'master' into rfc-e2e-tests
Tip revision: 33616be
.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