https://github.com/tendermint/tendermint
Raw File
Tip revision: bfde59a72f5ad298d9a339126253eb4765ae4b7a authored by William Banfield on 21 July 2022, 23:39:17 UTC
initial movement
Tip revision: bfde59a
.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