diff options
| author | Slashscreen <SlashScreen@users.noreply.github.com> | 2025-02-06 14:30:33 -0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-02-06 14:30:33 -0800 |
| commit | 31e618d776dfe856d570c8d2f973d4abd33e69c2 (patch) | |
| tree | 1ed3d921710a1a37eaf306a68fd147ff5e83691c /misc | |
| parent | 94822db4b5dd90c39020fb48f89532e0f44e7110 (diff) | |
Add sort_imports to schema
Diffstat (limited to 'misc')
| -rw-r--r-- | misc/odinfmt.schema.json | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/misc/odinfmt.schema.json b/misc/odinfmt.schema.json index f325c25..1edd7db 100644 --- a/misc/odinfmt.schema.json +++ b/misc/odinfmt.schema.json @@ -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": [] |