﻿---
BasedOnStyle: Google
AlignAfterOpenBracket: Align
AlignConsecutiveAssignments: "true"
AlignConsecutiveDeclarations: "false"
AlignOperands: "true"
AlignTrailingComments: "true"
AllowAllParametersOfDeclarationOnNextLine: "true"
AllowShortBlocksOnASingleLine: "false"
AllowShortFunctionsOnASingleLine: Inline
AllowShortIfStatementsOnASingleLine: "true"
AllowShortLoopsOnASingleLine: "true"
AlwaysBreakTemplateDeclarations: "true"
BinPackArguments: "true"
BinPackParameters: "false"
ColumnLimit: "101"
ConstructorInitializerAllOnOneLineOrOnePerLine: "true"
Cpp11BracedListStyle: "true"
KeepEmptyLinesAtTheStartOfBlocks: "true"
Language: Cpp
MaxEmptyLinesToKeep: "10"
NamespaceIndentation: All
ReflowComments: "false"
SortIncludes: "false"
Standard: Cpp11
UseTab: Never
