https://github.com/tendermint/tendermint
Raw File
Tip revision: bd6398203975a7b869107b53437db5eaa62f620f authored by William Banfield on 26 January 2022, 16:56:21 UTC
Merge remote-tracking branch 'origin/master' into wb/use-buffered-channel-test-state-full-round
Tip revision: bd63982
.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