diff options
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": [] |