From fc8fd3682abae6de77f6581a4bce26c103755770 Mon Sep 17 00:00:00 2001 From: Philipp Schuster Date: Wed, 13 May 2026 11:34:11 +0200 Subject: [PATCH] misc: sync .taplo with .editorconfig Signed-off-by: Philipp Schuster --- .taplo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/.taplo.toml b/.taplo.toml index 9e7ab9e99..3b2f6f015 100644 --- a/.taplo.toml +++ b/.taplo.toml @@ -1,5 +1,6 @@ include = ["**/Cargo.toml"] [formatting] +indent_string = " " # 2 spaces: keep in sync with .editorconfig reorder_arrays = true reorder_keys = true