Revision e5f9dd2736db260b7bf223b659c17976d7b2a5b0 authored by rene on 02 August 2021, 21:25:59 UTC, committed by GitHub on 02 August 2021, 21:25:59 UTC
1 parent e922016
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