[Webkit-unassigned] [Bug 115629] check-webkit-style should allow arbitrary number indentation spaces for multi-line expressions

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri May 10 08:11:00 PDT 2013


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





--- Comment #5 from Balazs Kelemen <kbalazs at webkit.org>  2013-05-10 08:09:25 PST ---
I realized I cannot even do this:
var = func(long, argument, list, ...
        and, some, more)

This is 4 space indent, but check-webkit-styles complains that I should indent the second line with only 1x4 spaces.
Don't you think this is extremely ugly?
var = func(a, b, c
    d, e, f)

I think life was better back when check-webkit-style was a simple script that did not try to cover every situation of coding.

-- 
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