diff options
| author | DanielGavin <danielgavin5@hotmail.com> | 2024-08-28 18:39:50 +0200 |
|---|---|---|
| committer | DanielGavin <danielgavin5@hotmail.com> | 2024-08-28 18:39:50 +0200 |
| commit | bd60025df3b54c22a8bcb5745b98a30f88162ddd (patch) | |
| tree | 7e128208304e2b5e1fcbaf7021764a4d5e948411 /misc | |
| parent | 1c62e7c29a2d31260c4f45c6d0d1944061c93d23 (diff) | |
Add config for inline single case stmts
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 600bea3..f325c25 100644 --- a/misc/odinfmt.schema.json +++ b/misc/odinfmt.schema.json @@ -50,6 +50,11 @@ "type": "string", "enum": ["CRLF", "LF"], "default": "CRLF" + }, + "inline_single_stmt_case": { + "type": "boolean", + "default": false, + "description": "When statement in the clause contains one simple statement, it will inline the case and statement in one line" } }, "required": [] |