File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 1
1
# Non-default stable features
2
2
hard_tabs = true # use tab characters for indentation, spaces for alignment
3
3
use_field_init_shorthand = true
4
- max_width = 5000 # Initially set this to a big number to split the diff of the formatter into multiple commits.
4
+ max_width = 120
5
5
6
6
# Non-default unstable features
7
7
unstable_features = true
Original file line number Diff line number Diff line change 1
1
# Non-default stable features
2
2
hard_tabs = true # use tab characters for indentation, spaces for alignment
3
3
use_field_init_shorthand = true
4
- max_width = 5000 # Initially set this to a big number to split the diff of the formatter into multiple commits.
4
+ max_width = 120
5
5
6
6
# Non-default unstable features
7
7
unstable_features = true
You can’t perform that action at this time.
0 commit comments