Alex
- Total activity 3
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 1
- Subscriptions 1
-
Alex created a post, Code Style setting: the "variable scope" blank lines and intentation?
Hello, what settings in the Editor/Code Style/C/C++ is responsible for reformatting this: if (true) { // something } { std::lock_guard lock(mtx1); // something } ...