Skip to content

Commit

Permalink
change default import sorting to 'length'
Browse files Browse the repository at this point in the history
  • Loading branch information
gwleuverink authored Jan 12, 2024
1 parent 2d5bdc4 commit e13d9d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Integrations/Pint/pint.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"anonymous_class": false
},
"ordered_imports": {
"sort_algorithm": "alpha",
"sort_algorithm": "length",
"imports_order": [
"const",
"class",
Expand Down

0 comments on commit e13d9d1

Please sign in to comment.