﻿---
AlignConsecutiveMacros: 'true'
AllowShortFunctionsOnASingleLine: None
BraceWrapping:
	AfterCaseLabel: 'true'
	AfterClass: 'true'
	AfterControlStatement: 'true'
	AfterEnum: 'true'
	AfterFunction: 'true'
	AfterNamespace: 'true'
	AfterStruct: 'true'
	AfterUnion: 'true'
	AfterExternBlock: 'false'
	BeforeCatch: 'true'
	BeforeElse: 'true'
	IndentBraces: 'false'
	SplitEmptyFunction: 'true'
	SplitEmptyRecord: 'true'
	SplitEmptyNamespace: 'true'
BreakBeforeBraces: Custom
ColumnLimit: '120'
Cpp11BracedListStyle: 'false'
IncludeBlocks: Merge
IndentCaseLabels: 'true'
IndentPPDirectives: BeforeHash
IndentWidth: '4'
KeepEmptyLinesAtTheStartOfBlocks: 'false'
Language: Cpp
MaxEmptyLinesToKeep: '2'
SpaceBeforeAssignmentOperators: 'true'
SpaceBeforeParens: ControlStatements
TabWidth: '4'
UseTab: Always
...
