lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


On 14.06.2017 21:31, Soni L. wrote:

<tab><tab>local function uh(oops, something, tells, me, this, is, a, giant,
<tab><tab><tab><tab><tab>fail)
<tab><tab>end
I used to align the second parameter line on the opening bracket as well.
They day I stopped to do that made my life a little bit easier.

I came to the conclusion the indentation of parameters should not depend on the length of the function name.
--
Thomas