[webkit-dev] Should we explicitly disallow indentation to align lines or add an example?
Ryosuke Niwa
rniwa at webkit.org
Tue Jan 21 17:13:19 PST 2014
Hi,
I realize our style guideline DOES state the indentation must be done by 4
spaces but should we also explicitly prohibit using indentations for
alignment?
Correct:
someFunction(someLongArgument,
someOtherLongArgument);
Wrong:
someFunction(someLongArgument,
someOtherLongArgument);
- R. Niwa
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.webkit.org/pipermail/webkit-dev/attachments/20140121/6d8dbc8e/attachment.html>
More information about the webkit-dev
mailing list