Branko Kannenberg
- Total activity 4
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 1
-
Created Resharper C++ - Auto-Format unary operator
Hi there, I'd like to auto-format this: if (! bool_var) into this: if (!bool_var) I can see that there are options for unary operators for C#, but not for C++. Is there any other way to configure...