summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--misc/odinfmt.schema.json5
1 files changed, 5 insertions, 0 deletions
diff --git a/misc/odinfmt.schema.json b/misc/odinfmt.schema.json
index 6c82dde..a55872d 100644
--- a/misc/odinfmt.schema.json
+++ b/misc/odinfmt.schema.json
@@ -70,6 +70,11 @@
"type": "boolean",
"default": false,
"description": "Put spaces around braces of single-line blocks: `{return 0}` => `{ return 0 }`"
+ },
+ "align_struct_fields": {
+ "type": "boolean",
+ "default": true,
+ "description": "Align the types of struct fields so they all start at the same column"
}
},
"required": []