Tomerc
- Total activity 8
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 2
- Subscriptions 2
-
Created Wrap dict literal items to a new line
AnsweredHi, Is there's a way when reformatting my code using ⌥+⌘+L to have a given dictionary literal: user = {'name': 'John', 'last_name': 'Doe', 'email': 'jdoe@gmail.com'} To look like this after reform... -
Edited Reformat string to match specified line length
AnsweredHi, We decided to set the line length of our IDE (IntelliJ) to 200. However, when trying to automatically reformat the code, it is not reformating strings that "broke" into a new line to match the...