blob: 677e9191379c3a6e23c98c1839de9fe8ce03e8e3 [file] [log] [blame]
---
# Use the Google style in this project.
BasedOnStyle: Google
Language: Cpp
AccessModifierOffset: -1
ColumnLimit: 80
DerivePointerAlignment: false
PointerAlignment: Left
SortIncludes: true
# This excludes multi-line comments, and with that
# we leave license banners as-is
CommentPragmas: "."
ReflowComments: false
---
Language: Proto
ColumnLimit: 100
SpacesInContainerLiterals: false
AllowShortFunctionsOnASingleLine: false