Revision 21a3bbda3fd8d272cc7fee888b4339a669cbcaad authored by Callum Waters on 16 September 2022, 12:49:51 UTC, committed by GitHub on 16 September 2022, 12:49:51 UTC
1 parent 0c96f0b
Raw File
.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