Code Style Request
Something I always hated about the VS Code styler is this:
if you're like me and you leave your braces on the end of the line, this
statement
string [] fruits = new string [] {
"apple", "orange", "peach"
};
(thanks to vs) turns into:
string [] fruits = new string [] {
"apple", "orange", "peach"
};
and then you fix it, but you cut/paste the code, and all of a sudden it's
back!
So,
is it possible for you guys to fix this, or do I just have to deal.
thanks,
Eric
Please sign in to leave a comment.
WOW I forgot how much I hate that! Yes, everything you can do to make
end-of-line bracing style work properly will have me shouting your
praises :)