https://github.com/tendermint/tendermint
Revision 387bf6795a4bfc9a582236c2b3f60fd77097f33b authored by omahs on 11 October 2022, 11:54:03 UTC, committed by GitHub on 11 October 2022, 11:54:03 UTC
* Fix: typos

Fix: typos

* Fix: minor typo

Fix: minor typo
1 parent 4f3e87b
Raw File
Tip revision: 387bf6795a4bfc9a582236c2b3f60fd77097f33b authored by omahs on 11 October 2022, 11:54:03 UTC
Fix: typos (#9536)
Tip revision: 387bf67
.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