157d9c506SGunnar Mills---
257d9c506SGunnar MillsLanguage:        Cpp
357d9c506SGunnar Mills# BasedOnStyle:  LLVM
457d9c506SGunnar MillsAccessModifierOffset: -2
557d9c506SGunnar MillsAlignAfterOpenBracket: Align
657d9c506SGunnar MillsAlignConsecutiveAssignments: false
757d9c506SGunnar MillsAlignConsecutiveDeclarations: false
857d9c506SGunnar MillsAlignEscapedNewlinesLeft: false
957d9c506SGunnar MillsAlignOperands:   true
1057d9c506SGunnar MillsAlignTrailingComments: true
1157d9c506SGunnar MillsAllowAllParametersOfDeclarationOnNextLine: true
1257d9c506SGunnar MillsAllowShortBlocksOnASingleLine: false
1357d9c506SGunnar MillsAllowShortCaseLabelsOnASingleLine: false
1457d9c506SGunnar MillsAllowShortFunctionsOnASingleLine: None
1557d9c506SGunnar MillsAllowShortIfStatementsOnASingleLine: false
1657d9c506SGunnar MillsAllowShortLoopsOnASingleLine: false
1757d9c506SGunnar MillsAlwaysBreakAfterDefinitionReturnType: None
1857d9c506SGunnar MillsAlwaysBreakAfterReturnType: None
1957d9c506SGunnar MillsAlwaysBreakBeforeMultilineStrings: false
2057d9c506SGunnar MillsAlwaysBreakTemplateDeclarations: true
2157d9c506SGunnar MillsBinPackArguments: true
2257d9c506SGunnar MillsBinPackParameters: true
2357d9c506SGunnar MillsBraceWrapping:
24*b6103f2cSManojkiran Eda  AfterCaseLabel:  true
2557d9c506SGunnar Mills  AfterClass:      true
2657d9c506SGunnar Mills  AfterControlStatement: true
2757d9c506SGunnar Mills  AfterEnum:       true
2857d9c506SGunnar Mills  AfterFunction:   true
2957d9c506SGunnar Mills  AfterNamespace:  true
3057d9c506SGunnar Mills  AfterObjCDeclaration: true
3157d9c506SGunnar Mills  AfterStruct:     true
3257d9c506SGunnar Mills  AfterUnion:      true
3357d9c506SGunnar Mills  BeforeCatch:     true
3457d9c506SGunnar Mills  BeforeElse:      true
3557d9c506SGunnar Mills  IndentBraces:    false
3657d9c506SGunnar MillsBreakBeforeBinaryOperators: None
3757d9c506SGunnar MillsBreakBeforeBraces: Custom
3857d9c506SGunnar MillsBreakBeforeTernaryOperators: true
3957d9c506SGunnar MillsBreakConstructorInitializers: AfterColon
4057d9c506SGunnar MillsColumnLimit:     80
4157d9c506SGunnar MillsCommentPragmas:  '^ IWYU pragma:'
4257d9c506SGunnar MillsConstructorInitializerAllOnOneLineOrOnePerLine: false
4357d9c506SGunnar MillsConstructorInitializerIndentWidth: 4
4457d9c506SGunnar MillsContinuationIndentWidth: 4
4557d9c506SGunnar MillsCpp11BracedListStyle: true
4657d9c506SGunnar MillsDerivePointerAlignment: false
4757d9c506SGunnar MillsDisableFormat:   false
4857d9c506SGunnar MillsExperimentalAutoDetectBinPacking: false
4957d9c506SGunnar MillsFixNamespaceComments: true
5057d9c506SGunnar MillsForEachMacros:   [ foreach, Q_FOREACH, BOOST_FOREACH ]
5157d9c506SGunnar MillsIncludeBlocks: Regroup
5257d9c506SGunnar MillsIncludeCategories:
5357d9c506SGunnar Mills  - Regex:           '^[<"](gtest|gmock)'
5457d9c506SGunnar Mills    Priority:        5
5557d9c506SGunnar Mills  - Regex:           '^"config.h"'
5657d9c506SGunnar Mills    Priority:        -1
5757d9c506SGunnar Mills  - Regex:           '^".*\.hpp"'
5857d9c506SGunnar Mills    Priority:        1
5957d9c506SGunnar Mills  - Regex:           '^<.*\.h>'
6057d9c506SGunnar Mills    Priority:        2
6157d9c506SGunnar Mills  - Regex:           '^<.*'
6257d9c506SGunnar Mills    Priority:        3
6357d9c506SGunnar Mills  - Regex:           '.*'
6457d9c506SGunnar Mills    Priority:        4
6557d9c506SGunnar MillsIndentCaseLabels: true
6657d9c506SGunnar MillsIndentWidth:     4
6757d9c506SGunnar MillsIndentWrappedFunctionNames: true
6857d9c506SGunnar MillsKeepEmptyLinesAtTheStartOfBlocks: true
6957d9c506SGunnar MillsMacroBlockBegin: ''
7057d9c506SGunnar MillsMacroBlockEnd:   ''
7157d9c506SGunnar MillsMaxEmptyLinesToKeep: 1
7257d9c506SGunnar MillsNamespaceIndentation: None
7357d9c506SGunnar MillsObjCBlockIndentWidth: 2
7457d9c506SGunnar MillsObjCSpaceAfterProperty: false
7557d9c506SGunnar MillsObjCSpaceBeforeProtocolList: true
7657d9c506SGunnar MillsPenaltyBreakBeforeFirstCallParameter: 19
7757d9c506SGunnar MillsPenaltyBreakComment: 300
7857d9c506SGunnar MillsPenaltyBreakFirstLessLess: 120
7957d9c506SGunnar MillsPenaltyBreakString: 1000
8057d9c506SGunnar MillsPenaltyExcessCharacter: 1000000
8157d9c506SGunnar MillsPenaltyReturnTypeOnItsOwnLine: 60
8257d9c506SGunnar MillsPointerAlignment: Left
8357d9c506SGunnar MillsReflowComments:  true
8457d9c506SGunnar MillsSortIncludes:    true
8557d9c506SGunnar MillsSortUsingDeclarations: true
8657d9c506SGunnar MillsSpaceAfterCStyleCast: false
8757d9c506SGunnar MillsSpaceBeforeAssignmentOperators: true
8857d9c506SGunnar MillsSpaceBeforeParens: ControlStatements
8957d9c506SGunnar MillsSpaceInEmptyParentheses: false
9057d9c506SGunnar MillsSpacesBeforeTrailingComments: 1
9157d9c506SGunnar MillsSpacesInAngles:  false
9257d9c506SGunnar MillsSpacesInContainerLiterals: true
9357d9c506SGunnar MillsSpacesInCStyleCastParentheses: false
9457d9c506SGunnar MillsSpacesInParentheses: false
9557d9c506SGunnar MillsSpacesInSquareBrackets: false
9657d9c506SGunnar MillsStandard:        Cpp11
9757d9c506SGunnar MillsTabWidth:        4
9857d9c506SGunnar MillsUseTab:          Never
9957d9c506SGunnar Mills...
100