Martin Enzelsberger
- Total activity 5
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 2
- Subscriptions 1
-
Created How can I stop ReSharper from adding an unwanted newline after a line preceded by a comment?
AnsweredI sometimes use comments to "group" members like this: // unary operators: public static readonly string Not = Create(nameof(Not)); public static readonly string Negate = Create(nameof(Negate), "-"...