Revision f6b0707c9bc2607b47c2289c20d2062d8c348366 authored by William Banfield on 15 April 2022, 14:20:19 UTC, committed by William Banfield on 15 April 2022, 14:20:19 UTC
1 parent ed7daa9
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