Matches my style. Though prefer no spaces after ^ and around blocks and temps. 
Really dislike . after last statement too ;-)

Sent from my iPhone

On 12 Aug 2011, at 11:04, Stéphane Ducasse <[email protected]> wrote:

> I know that you all have your own hyper cool view on formatting.
> 
> 
> ===========================================
> Now I would really like that we agree on the minimum
> 
> 
>    put a space after a variable and before :=
> 
> stamp: anObject
>    "stores an author alias and a timestamp"
>    
>    stamp := anObject
> 
> instead of
> 
> stamp: anObject
>    "stores an author alias and a timestamp"
>    
>    stamp:= anObject
> 
> 
> ===========================================
> Put a space before method argument
> 
> stamp: anObject
>    "stores an author alias and a timestamp"
>    
>    stamp := anObject
> 
> instead of
> 
> stamp:anObject
>    "stores an author alias and a timestamp"
>    
>    stamp := anObject
> 
> 
> ===========================================
> Put a space after ifNil: ifTrue: ....
> 
> 
> 

Reply via email to