https://github.com/tendermint/tendermint
Revision e0542face6a752bcd9ebce169cafb3cbcd5af61f authored by William Banfield on 15 July 2022, 15:38:17 UTC, committed by William Banfield on 15 July 2022, 15:38:17 UTC
1 parent 9f25221
Raw File
Tip revision: e0542face6a752bcd9ebce169cafb3cbcd5af61f authored by William Banfield on 15 July 2022, 15:38:17 UTC
p2p: use fifo in test
Tip revision: e0542fa
.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