diff options
Diffstat (limited to 'misc/odinfmt.schema.json')
| -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 a55872d..f30c999 100644 --- a/misc/odinfmt.schema.json +++ b/misc/odinfmt.schema.json @@ -75,6 +75,11 @@ "type": "boolean", "default": true, "description": "Align the types of struct fields so they all start at the same column" + }, + "align_struct_values": { + "type": "boolean", + "default": true, + "description": "Align the values of struct fields when assigning a struct value to a variable so they all start at the same column" } }, "required": [] |