lua-users home
lua-l archive

Re: Lua Code Formatting Guidelines

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


On Mon, Sep 27, 2010 at 12:14 PM, Jon Akhtar <akhtar@mindspring.com> wrote:
> local a = {1,2,3}  vs  local a = {1, 2, 3}  vs. local a={1,2,3}
Spacing may be one of those preference things - having a feature to
'clean up' code and make it breathe with extra space would be a useful
_option_.
> indentation:
>
> local f = function()
>    return
> end
+1
Again, options! And of course, tabs vs spaces, indent size, etc.
steve d.

AltStyle によって変換されたページ (->オリジナル) /