public class Foo { // ... public void Bar() { while(BazBaz() && BarBar()) { // The && under the while are // formatted using space. // Tab is used to indent up to the // current indentation level. } var foo = new Foo(some, thing, here); } }