Open Pilchie opened 7 years ago
Given code like:
public int Property { get { $$return 42; } }
If the user hits enter at $$, we should fix the newlines for all the braces:
$$
Similarly for single line methods, etc.
Unless the formatting preference is to keep opening braces on the same line I guess.
Also, what do you suggest to happen to the setter?
Given code like:
If the user hits enter at
$$
, we should fix the newlines for all the braces:Similarly for single line methods, etc.