[Webkit-unassigned] [Bug 130415] New: Consider adding indent spacing guideline to the style guide and style check script.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Mar 18 13:03:00 PDT 2014


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

           Summary: Consider adding indent spacing guideline to the style
                    guide and style check script.
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: WebKit Misc.
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: samuel_white at apple.com


Often I see situations like the following:
...
if (condition) {
    firstThing;
    secondThing;

    otherThing;
}
...

Should the newline between secondThing and otherThing have four spaces to match the surrounding indent level or not?

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list