Tomerc
- Total activity 8
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 2
- Subscriptions 2
-
-
Tomerc created a post, AnsweredWrap dict literal items to a new line
Hi, 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... -
-
Tomerc created a post, AnsweredReformat string to match specified line length
Hi, 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...