blob: fb63bcfb3fbec355cc3d669f20d931fcd575690b [file] [log] [blame]
---
BasedOnStyle: Google
IndentWidth: 2
---
Language: Cpp
AccessModifierOffset: -2
BinPackParameters: false
ColumnLimit: 120
DerivePointerAlignment: false
PointerAlignment: Left
SortIncludes: true
NamespaceIndentation: Inner
AlwaysBreakTemplateDeclarations: true
AllowShortCaseLabelsOnASingleLine: false
AllowShortEnumsOnASingleLine: false
AllowShortFunctionsOnASingleLine: false
IndentCaseBlocks: false
IndentCaseLabels: true
ReflowComments: true
...
---
Language: Proto
ColumnLimit: 120
SpacesInContainerLiterals: false
AllowShortFunctionsOnASingleLine: None
ReflowComments: false
...