Skip to content
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 6 additions & 1 deletion pint.json
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,11 @@
"sort_algorithm": "none"
},
"ordered_imports": {
"imports_order" => [
"class",
"const",
"function"
],
"sort_algorithm": "alpha"
},
"ordered_traits": true,
Expand All @@ -81,4 +86,4 @@
"storage",
"bootstrap/cache"
]
}
}