You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The spaces_around_ranges option currently only accepts a bool: All ranges will be either surrounded with spaces or not. I'd prefer to have a setting that lets me express "put spaces only around ranges that have start and end specified", such as a .. b but not foo[start..] or bar[..end].