Revision ce7d4174a9c1e104937b0769c78144421268b6b3 authored by tycho garen on 04 March 2022, 13:53:30 UTC, committed by tycho garen on 04 March 2022, 13:53:30 UTC
1 parent 378a2f0
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