Ddavwan

Avatar
  • 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'...
    • 1 follower
    • 0 comments
    • 0 votes