This option controls whether each clause of a LINQ query expression should start on a new line.
var query = from x in y where x > 0 select x;