Closed anuvyklack closed 2 years ago
In every Lua style guide this one:
local foo = { bar = 2, }
considered as a bad stlyle, and this one:
as a good one:
I prefer newlines for every opening brace, as it helps clarify scope.
In every Lua style guide this one:
considered as a bad stlyle, and this one:
as a good one: