https://bugs.webkit.org/show_bug.cgi?id=234655
Reviewed by Don Olmstead.
Bug 183302 added the initial .clang-format file which were
including SpaceAfterTemplateKeyword:true. However, even though it
is undocumented, typical WebKit code is using a style having no
space ater the `template` keyword.
* .clang-format:
git-svn-id: https://svn.webkit.org/repository/webkit/trunk@287581
268f45cc-cd09-0410-ab3c-
d52691b4dbfc
SortIncludes: true
SortUsingDeclarations: true
SpaceAfterCStyleCast: false
-SpaceAfterTemplateKeyword: true
+SpaceAfterTemplateKeyword: false
SpaceBeforeAssignmentOperators: true
SpaceBeforeCpp11BracedList: true
SpaceBeforeParens: ControlStatements
+2022-01-04 Fujii Hironori <Hironori.Fujii@sony.com>
+
+ clang-format: Change SpaceAfterTemplateKeyword to false
+ https://bugs.webkit.org/show_bug.cgi?id=234655
+
+ Reviewed by Don Olmstead.
+
+ Bug 183302 added the initial .clang-format file which were
+ including SpaceAfterTemplateKeyword:true. However, even though it
+ is undocumented, typical WebKit code is using a style having no
+ space ater the `template` keyword.
+
+ * .clang-format:
+
2022-01-01 Jeff Miller <jeffm@apple.com>
Update user-visible copyright strings to include 2022