Starting editor line breaks with a tab (or spaces) when breaking long statements
When writing long statements (Specially Linq fluent statements) we tend to break them into multiple lines. However the first line break in LP starts at the same position as the first line and we always need to tab (or spaces) so that lines from 2nd onward appears nicely.
1
vote
Anonymous
shared this idea