From 8c9bba38136180490a7b903ab70ac792f300aa03 Mon Sep 17 00:00:00 2001 From: Riyyi Date: Sun, 2 Aug 2026 03:36:15 +0200 Subject: [PATCH] Extend odinfmt config --- odinfmt.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/odinfmt.json b/odinfmt.json index bfe862c..b2d7482 100644 --- a/odinfmt.json +++ b/odinfmt.json @@ -1,6 +1,10 @@ { "$schema": "https://raw.githubusercontent.com/DanielGavin/ols/master/misc/odinfmt.schema.json", + "align_struct_fields": true, + "align_struct_values": true, "character_width": 80, + "newline_style": "LF", + "space_single_line_blocks": true, "tabs": true, "tabs_width": 4 }