From 09f45bc35bbfe580fefabe0dfd72c362212ef9d7 Mon Sep 17 00:00:00 2001 From: Christoph Otter Date: Fri, 22 Nov 2024 17:52:50 +0700 Subject: [PATCH] Disable toml array reordering --- .taplo.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/.taplo.toml b/.taplo.toml index a1e06c200..9b3a9b621 100644 --- a/.taplo.toml +++ b/.taplo.toml @@ -1,3 +1,2 @@ [formatting] indent_string = " " -reorder_arrays = true