git://git.webkit.org
/
WebKit-https.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
AX: AXIsolatedTree::updateChildren sometimes fails to update isolated subtrees when...
[WebKit-https.git]
/
.clang-format
diff --git
a/.clang-format
b/.clang-format
index eb85667e40a9b97706b0d420a2afa56a8578a042..0e7c0d5a13e663ccd75e58d0d38eb34f5104e35e 100644
(file)
--- a/
.clang-format
+++ b/
.clang-format
@@
-1,5
+1,4
@@
---
---
-Language: Cpp
# BasedOnStyle: WebKit
AccessModifierOffset: -4
AlignAfterOpenBracket: DontAlign
# BasedOnStyle: WebKit
AccessModifierOffset: -4
AlignAfterOpenBracket: DontAlign
@@
-62,10
+61,14
@@
IncludeCategories:
- Regex: '^"config\.h"'
Priority: -1
# The main header for a source file automatically gets category 0
- 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: '.*'
Priority: 1
- - Regex: '^<.*\.h>'
- Priority: 2
IncludeIsMainRegex: '(Test)?$'
IndentCaseLabels: false
IndentWidth: 4
IncludeIsMainRegex: '(Test)?$'
IndentCaseLabels: false
IndentWidth: 4
@@
-76,7
+79,7
@@
KeepEmptyLinesAtTheStartOfBlocks: true
MacroBlockBegin: ''
MacroBlockEnd: ''
MaxEmptyLinesToKeep: 1
MacroBlockBegin: ''
MacroBlockEnd: ''
MaxEmptyLinesToKeep: 1
-NamespaceIndentation:
Inner
+NamespaceIndentation:
None
ObjCBlockIndentWidth: 4
ObjCSpaceAfterProperty: true
ObjCSpaceBeforeProtocolList: true
ObjCBlockIndentWidth: 4
ObjCSpaceAfterProperty: true
ObjCSpaceBeforeProtocolList: true
@@
-92,7
+95,7
@@
ReflowComments: true
SortIncludes: true
SortUsingDeclarations: true
SpaceAfterCStyleCast: false
SortIncludes: true
SortUsingDeclarations: true
SpaceAfterCStyleCast: false
-SpaceAfterTemplateKeyword:
tru
e
+SpaceAfterTemplateKeyword:
fals
e
SpaceBeforeAssignmentOperators: true
SpaceBeforeCpp11BracedList: true
SpaceBeforeParens: ControlStatements
SpaceBeforeAssignmentOperators: true
SpaceBeforeCpp11BracedList: true
SpaceBeforeParens: ControlStatements
@@
-106,5
+109,7
@@
SpacesInSquareBrackets: false
Standard: Cpp11
TabWidth: 8
UseTab: Never
Standard: Cpp11
TabWidth: 8
UseTab: Never
+---
+Language: ObjC
+PointerAlignment: Right
...
...
-