Ddavwan

- Total activity 2
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 1
-
Edited Single line for statement formatter config
Hello, I'm having trouble getting CLion's formatter to keep single-line for statements. for(auto &it : list) { it.second.reset(); }becomesfor(auto &it : list) { it.second.reset(); } Settings: I'...