https://github.com/tendermint/tendermint
Raw File
Tip revision: a0cfdd5589b0f5b33fa8905ee4f9a060223fa1f4 authored by Jasmina Malicevic on 06 October 2022, 08:26:44 UTC
Added Changelog entry
Tip revision: a0cfdd5
.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