|
@@ -20,7 +20,7 @@ AlwaysBreakBeforeMultilineStrings: false
|
|
|
AlwaysBreakTemplateDeclarations: false
|
|
AlwaysBreakTemplateDeclarations: false
|
|
|
BinPackArguments: true
|
|
BinPackArguments: true
|
|
|
BinPackParameters: true
|
|
BinPackParameters: true
|
|
|
-BraceWrapping:
|
|
|
|
|
|
|
+BraceWrapping:
|
|
|
AfterClass: false
|
|
AfterClass: false
|
|
|
AfterControlStatement: false
|
|
AfterControlStatement: false
|
|
|
AfterEnum: false
|
|
AfterEnum: false
|
|
@@ -48,7 +48,7 @@ DerivePointerAlignment: true
|
|
|
DisableFormat: false
|
|
DisableFormat: false
|
|
|
ExperimentalAutoDetectBinPacking: false
|
|
ExperimentalAutoDetectBinPacking: false
|
|
|
ForEachMacros: [ foreach, Q_FOREACH, BOOST_FOREACH ]
|
|
ForEachMacros: [ foreach, Q_FOREACH, BOOST_FOREACH ]
|
|
|
-IncludeCategories:
|
|
|
|
|
|
|
+IncludeCategories:
|
|
|
- Regex: '.*'
|
|
- Regex: '.*'
|
|
|
Priority: 1
|
|
Priority: 1
|
|
|
- Regex: '^".*/'
|
|
- Regex: '^".*/'
|