On Sun, 08 Feb 2009 23:06:16 +0100
Micha Nelissen <mi...@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
_______________________________________________
Lazarus mailing list
Lazarus@lazarus.freepascal.org
http://www.lazarus.freepascal.org/mailman/listinfo/lazarus

Reply via email to