---
-Language: Cpp
# BasedOnStyle: WebKit
AccessModifierOffset: -4
AlignAfterOpenBracket: DontAlign
AlwaysBreakAfterDefinitionReturnType: None
AlwaysBreakAfterReturnType: None
AlwaysBreakBeforeMultilineStrings: false
-AlwaysBreakTemplateDeclarations: false
+AlwaysBreakTemplateDeclarations: No
BinPackArguments: true
BinPackParameters: true
BraceWrapping:
- Regex: '^"config\.h"'
Priority: -1
# The main header for a source file automatically gets category 0
+ - Regex: '^<.*SoftLink.h>'
+ Priority: 4
+ - Regex: '^".*SoftLink.h"'
+ Priority: 3
+ - Regex: '^<.*>'
+ Priority: 2
- Regex: '.*'
Priority: 1
- - Regex: '^<.*\.h>'
- Priority: 2
IncludeIsMainRegex: '(Test)?$'
IndentCaseLabels: false
IndentWidth: 4
MacroBlockBegin: ''
MacroBlockEnd: ''
MaxEmptyLinesToKeep: 1
-NamespaceIndentation: Inner
+NamespaceIndentation: None
ObjCBlockIndentWidth: 4
ObjCSpaceAfterProperty: true
ObjCSpaceBeforeProtocolList: true
SortIncludes: true
SortUsingDeclarations: true
SpaceAfterCStyleCast: false
-SpaceAfterTemplateKeyword: true
+SpaceAfterTemplateKeyword: false
SpaceBeforeAssignmentOperators: true
+SpaceBeforeCpp11BracedList: true
SpaceBeforeParens: ControlStatements
SpaceInEmptyParentheses: false
SpacesBeforeTrailingComments: 1
Standard: Cpp11
TabWidth: 8
UseTab: Never
+---
+Language: ObjC
+PointerAlignment: Right
...
-