---
Language: Cpp
Standard: Cpp11
BasedOnStyle: LLVM
BreakBeforeBraces: Allman
ReflowComments: false
IndentWidth: '4'
AlignEscapedNewlinesLeft: true
AllowShortBlocksOnASingleLine: true
AllowShortCaseLabelsOnASingleLine: true
AllowShortFunctionsOnASingleLine: true
AllowShortIfStatementsOnASingleLine: false
AllowShortLoopsOnASingleLine: true
ColumnLimit:     100
ConstructorInitializerAllOnOneLineOrOnePerLine: true
PointerAlignment: Left
NamespaceIndentation: None
AlwaysBreakTemplateDeclarations: false
KeepEmptyLinesAtTheStartOfBlocks: false
UseTab: Never
IndentCaseLabels: true
---
Language: Proto
BasedOnStyle: Google
IndentWidth: '4'
UseTab: Never
BreakBeforeBraces: Allman
