octave-maintainers
[Top][All Lists]
Advanced

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

Re: ... indentation bug http://debbugs.gnu.org/14399


From: Juan Pablo Carbajal
Subject: Re: ... indentation bug http://debbugs.gnu.org/14399
Date: Wed, 15 May 2013 14:19:03 +0200

On Wed, May 15, 2013 at 1:56 PM, Leo Liu <address@hidden> wrote:
> Hi there,
>
> Could someone respond to http://debbugs.gnu.org/14399 with details on
> how ... is supposed to be indented? Not just in the case that the bug
> reporter described.
>
> Leo
>

Hi,
The solution

vec = [...
        one;...
           two;...
              three];

looks acceptable t me. I do not know if there is any rule about
indentation in GNU Octave. Maybe they were expecting

vec = [...
         one;...
         two;...
         three];


My two cents


reply via email to

[Prev in Thread] Current Thread [Next in Thread]