Re: Tab versus space indentation, and source code control systems... (was: Re: Style guide?)
[
Date Prev][
Date Next][
Thread Prev][
Thread Next]
[
Date Index]
[
Thread Index]
- Subject: Re: Tab versus space indentation, and source code control systems... (was: Re: Style guide?)
- From: Coda Highland <chighland@...>
- Date: 2017年6月15日 09:34:55 -0500
On Wed, Jun 14, 2017 at 11:15 PM, Soni L. <fakedme@gmail.com> wrote:
> \tlocal function f(u)
> \t\tlocal v = u:match('^([^/]+)/') ..
> \t\t\t\t\t\t\tu:match('^[^/]+/[^:]+(:.*)$')
> \t\tif v:match("^nope:") then
> \t\t\treturn nil, v:match("^nope:(.*)$")
> \t\tend
> \t\treturn v
> \tend
>
> Have fun getting line 3 to align with line 2 when you're not using tab width
> = 2.
\t\tlocal v =
\t\t\tu:match('^([^/]+)/') ..
\t\t\tu:match('^[^/]+/[^:]+(:.*)$')
/s/ Adam
- References:
- Tab versus space indentation, and source code control systems... (was: Re: Style guide?), sur-behoffski
- Re: Tab versus space indentation, and source code control systems... (was: Re: Style guide?), Sergey Rozhenko
- Re: Tab versus space indentation, and source code control systems... (was: Re: Style guide?), Enrico Colombini
- Re: Tab versus space indentation, and source code control systems... (was: Re: Style guide?), Charles Heywood
- Re: Tab versus space indentation, and source code control systems... (was: Re: Style guide?), David Goehrig
- Re: Tab versus space indentation, and source code control systems... (was: Re: Style guide?), Soni L.
- Re: Tab versus space indentation, and source code control systems... (was: Re: Style guide?), David Goehrig
- Re: Tab versus space indentation, and source code control systems... (was: Re: Style guide?), Coda Highland
- Re: Tab versus space indentation, and source code control systems... (was: Re: Style guide?), Soni L.