Title: [287581] trunk
Revision
287581
Author
hironori.fu...@sony.com
Date
2022-01-04 12:59:30 -0800 (Tue, 04 Jan 2022)

Log Message

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:

Modified Paths

Diff

Modified: trunk/.clang-format (287580 => 287581)


--- trunk/.clang-format	2022-01-04 19:21:46 UTC (rev 287580)
+++ trunk/.clang-format	2022-01-04 20:59:30 UTC (rev 287581)
@@ -95,7 +95,7 @@
 SortIncludes:    true
 SortUsingDeclarations: true
 SpaceAfterCStyleCast: false
-SpaceAfterTemplateKeyword: true
+SpaceAfterTemplateKeyword: false
 SpaceBeforeAssignmentOperators: true
 SpaceBeforeCpp11BracedList: true
 SpaceBeforeParens: ControlStatements

Modified: trunk/ChangeLog (287580 => 287581)


--- trunk/ChangeLog	2022-01-04 19:21:46 UTC (rev 287580)
+++ trunk/ChangeLog	2022-01-04 20:59:30 UTC (rev 287581)
@@ -1,3 +1,17 @@
+2022-01-04  Fujii Hironori  <hironori.fu...@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  <je...@apple.com>
 
         Update user-visible copyright strings to include 2022
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to