﻿---
BasedOnStyle: Google
BreakBeforeBraces: Allman
AlignAfterOpenBracket: DontAlign
Standard: Cpp11
IndentWidth: 2
TabWidth: 2
UseTab: Never
AllowShortBlocksOnASingleLine: false
AllowShortFunctionsOnASingleLine: false
ConstructorInitializerIndentWidth: 0
AccessModifierOffset: -2
BreakConstructorInitializersBeforeComma: true
ContinuationIndentWidth: 2
PointerAlignment: Left
DerivePointerAlignment: false
AllowShortBlocksOnASingleLine: false
AllowShortIfStatementsOnASingleLine: false
SortIncludes: true
...
