bleikamp / language-processing

Add syntax highlighting and snippets to Processing (.pde) files in Atom
10 stars 9 forks source link

Fixed an ugly indentation probelm #12

Closed mbrav closed 8 years ago

mbrav commented 9 years ago

A tab space was constantly occurring after if, for, while and other statements.

Before: http://i.imgur.com/4Z8NNnW.gifv

After: http://i.imgur.com/qYTl3T1.gifv

stibinator commented 9 years ago

I think that tab is expected behaviour. I don't know about you, but I always indent the contents of if, for, while etc. clauses.

bleikamp commented 8 years ago

Expected and desired behavior.