Dmitchell
- Total activity 6
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 1
- Subscriptions 1
-
-
-
-
Dmitchell created a post, RubyMine code formatting space around exponent
I want spaces around most operators (||, *, <<, etc) but not around exponent (**). For one thing, rubocop expects the former and rejects the latter. Am I missing some way to configure the code form...