From a119a8e7cb45fdf88075832d8ba6ef04ce79c513 Mon Sep 17 00:00:00 2001 From: aleidk Date: Fri, 9 Jan 2026 16:53:39 -0300 Subject: [PATCH] update toml formatter config --- .taplo.toml | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) diff --git a/.taplo.toml b/.taplo.toml index 19cac95..e3baee1 100644 --- a/.taplo.toml +++ b/.taplo.toml @@ -1,3 +1,12 @@ [formatting] -inline_table_expand = false -array_auto_expand = false +inline_table_expand = false +array_auto_expand = false +align_entries = true +align_comments = true +array_auto_collapse = false +compact_arrays = false +compact_inline_tables = false +indent_tables = true +indent_entries = true +reorder_keys = true +reorder_inline_tables = true