https://github.com/tendermint/tendermint
Raw File
Tip revision: 4b94ca8308b0585f3665dde7926cd2f2f1549461 authored by Aleksandr Bezobchuk on 14 January 2021, 14:04:08 UTC
Merge branch 'master' into bez/p2p-refactor-blockchain-v0-reactor
Tip revision: 4b94ca8
.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