Dpolyakov
- Total activity 3
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 1
-
-
Dpolyakov created a post, Is it possible to autoformat C++ code to place a space between if and a bracket?
I'm looking to autoformat a block of C++ code to place a space between if and a following bracket, like “if(...)” becomes “if (...)”Ideally, it will autoformat when I place a curly bracket.I could ...