﻿---
AllowAllArgumentsOnNextLine: 'false'
AllowAllParametersOfDeclarationOnNextLine: 'false'
AlwaysBreakAfterReturnType: AllDefinitions
BinPackArguments: 'false'
BinPackParameters: 'false'
BreakBeforeBraces: Allman
ColumnLimit: '120'
IndentPPDirectives: BeforeHash
IndentWidth: '4'
Language: Cpp
PointerAlignment: Right
SortIncludes: 'false'
TabWidth: '4'
UseTab: AlignWithSpaces

...
