Skip to content

Commit

Permalink
Merge pull request #590 from SlashScreen/sort_imports_schema
Browse files Browse the repository at this point in the history
Add sort_imports to schema
  • Loading branch information
DanielGavin authored Feb 8, 2025
2 parents 6ff5291 + 31e618d commit e1cafb6
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions misc/odinfmt.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,11 @@
"type": "boolean",
"default": false,
"description": "When statement in the clause contains one simple statement, it will inline the case and statement in one line"
},
"sort_imports": {
"type": "boolean",
"default": true,
"description": "Sorts imports alphabetically"
}
},
"required": []
Expand Down

0 comments on commit e1cafb6

Please sign in to comment.