Bug 130415
Summary: | Consider adding indent spacing guideline to the style guide and style check script. | ||
---|---|---|---|
Product: | WebKit | Reporter: | Samuel White <samuel_white> |
Component: | WebKit Misc. | Assignee: | Nobody <webkit-unassigned> |
Status: | NEW | ||
Severity: | Normal | ||
Priority: | P2 | ||
Version: | 528+ (Nightly build) | ||
Hardware: | All | ||
OS: | All |
Samuel White
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?
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |