[Lazarus] Space preference for assignment

Mattias Gaertner nc-gaertnma at netcologne.de
Sun Feb 8 23:48:22 CET 2009


On Sun, 08 Feb 2009 23:06:16 +0100
Micha Nelissen <micha at neli.hopto.org> wrote:

> Hi,
> 
> How can I specify I prefer spaces around assignment operators? In the 
> options window I can select several tokens, but not assignment
> operator, or did I miss it?
> 
>    A:=B+C;
> 
> to
> 
>    A := B+C;
> 
> How about operators?
> 
>    A := B + C;

Insert space before and after 'symbols'.

Mattias



More information about the Lazarus mailing list