Re: Lua Code Formatting Guidelines
[
Date Prev][
Date Next][
Thread Prev][
Thread Next]
[
Date Index]
[
Thread Index]
- Subject: Re: Lua Code Formatting Guidelines
- From: steve donovan <steve.j.donovan@...>
- Date: 2010年9月27日 12:20:23 +0200
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.