Revision f8c04133d6b99714d1f25e1475551970d3b30781 authored by William Banfield on 03 August 2021, 18:46:42 UTC, committed by William Banfield on 03 August 2021, 18:46:42 UTC
1 parent 5c01aa0
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