https://github.com/tendermint/tendermint
Raw File
Tip revision: b758f261c13bbaa9cffceb5230d12561ba2c7489 authored by William Banfield on 28 September 2021, 21:41:27 UTC
wip
Tip revision: b758f26
.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