Revision 5ccd668c788c93dc6bc0998e4590efc1094d1b2a authored by Sam Kleinman on 23 September 2021, 20:58:10 UTC, committed by GitHub on 23 September 2021, 20:58:10 UTC
1 parent e94c418
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