On Aug 8, 2011, at 2:33 PM, Graydon Hoare wrote: > On 11-08-01 06:16 AM, Marijn Haverbeke wrote: >> One way out would be to use 2-space indents everywhere. I've always >> preferred this anyway. What are the reasons for using 4-space >> indenting? > > More visually distinct, serves as a disincentive to over-nesting rather than > factoring code into separate functions. Default stance for most non-GNU unix > people (I think?)
Not sure -- varies. Some still use Unix tabs and map tabs to 4-space stops. (GNU bracing style is pure evil, btw. Nuff said.) > Discussing whitespace, mmm. A victory condition! /be _______________________________________________ Rust-dev mailing list [email protected] https://mail.mozilla.org/listinfo/rust-dev
