[Webkit-unassigned] [Bug 234655] New: clang-format: Set SpaceAfterTemplateKeyword false

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Dec 23 16:41:26 PST 2021


https://bugs.webkit.org/show_bug.cgi?id=234655

            Bug ID: 234655
           Summary: clang-format: Set SpaceAfterTemplateKeyword false
           Product: WebKit
           Version: WebKit Nightly Build
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: New Bugs
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: Hironori.Fujii at sony.com

clang-format: Set SpaceAfterTemplateKeyword false

Bug 183302 added the folowing setting to .clang-format.

> SpaceAfterTemplateKeyword: true

However, no space seems more commmon style.

$ find Source/{WTF,WebCore,WebKitLegacy,WebKit} -name "*.cpp" -exec grep "template<" "{}" \+ | wc -l
1312
$ find Source/{WTF,WebCore,WebKitLegacy,WebKit} -name "*.cpp" -exec grep "template <" "{}" \+ | wc -l
318

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20211224/2d7a0d26/attachment.htm>


More information about the webkit-unassigned mailing list