From b49cb5ad277c0658c5571736518e110af2be0ad7 Mon Sep 17 00:00:00 2001 From: Simon Kellet Date: Wed, 17 Jun 2026 21:06:41 +0100 Subject: [PATCH] added fmt file --- odinfmt.json | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 odinfmt.json diff --git a/odinfmt.json b/odinfmt.json new file mode 100644 index 0000000..9b53904 --- /dev/null +++ b/odinfmt.json @@ -0,0 +1,10 @@ +{ + "character_width": 120, + "tabs": true, + "tabs_width": 4, + "sort_imports": true, + "spaces_around_colons": false, + "align_struct_fields": true, + "align_struct_values": true, + "space_single_line_blocks": true +}