mirror of
https://github.com/tendermint/tendermint.git
synced 2025-12-23 06:15:19 +00:00
## Description Add a cmd to docker image and use it to format our proto files. This avoids developers the need to install clang-format Closes: #XXX
12 lines
241 B
YAML
12 lines
241 B
YAML
---
|
|
Language: Proto
|
|
BasedOnStyle: Google
|
|
IndentWidth: 2
|
|
ColumnLimit: 0
|
|
AlignConsecutiveAssignments: true
|
|
AlignConsecutiveDeclarations: true
|
|
SpacesInSquareBrackets: true
|
|
ReflowComments: true
|
|
SortIncludes: true
|
|
SortUsingDeclarations: true
|