https://bugs.webkit.org/show_bug.cgi?id=230401
Patch by Kimmo Kinnunen <kkinnunen@apple.com> on 2021-10-20
Reviewed by Jonathan Bedard.
Add ObjC and change few properties useful
for ObjC formatting.
* .clang-format:
git-svn-id: https://svn.webkit.org/repository/webkit/trunk@284543
268f45cc-cd09-0410-ab3c-
d52691b4dbfc
---
-Language: Cpp
# BasedOnStyle: WebKit
AccessModifierOffset: -4
AlignAfterOpenBracket: DontAlign
- 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
Standard: Cpp11
TabWidth: 8
UseTab: Never
+---
+Language: ObjC
+PointerAlignment: Right
...
-
+2021-10-20 Kimmo Kinnunen <kkinnunen@apple.com>
+
+ Add ObjC as supported .clang-format language
+ https://bugs.webkit.org/show_bug.cgi?id=230401
+
+ Reviewed by Jonathan Bedard.
+
+ Add ObjC and change few properties useful
+ for ObjC formatting.
+
+ * .clang-format:
+
2021-10-20 Carlos Garcia Campos <cgarcia@igalia.com>
[WPE] Reenable -fvisibility=hidden and -fvisibility-inlines-hidden