Tomerc
- 活动总数 8
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 2
- 订阅数 2
-
-
Tomerc 创建了一个帖子, 已回答Wrap 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 创建了一个帖子, 已回答Reformat 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...