From 278bf175e919aa585796e14b591a7a6536103d81 Mon Sep 17 00:00:00 2001 From: jamesleeksc Date: Mon, 27 Jan 2025 18:18:40 +0900 Subject: [PATCH] Create .taplo.toml --- .taplo.toml | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 .taplo.toml diff --git a/.taplo.toml b/.taplo.toml new file mode 100644 index 0000000..5b26aab --- /dev/null +++ b/.taplo.toml @@ -0,0 +1,7 @@ +include = ["./*.toml", "./packages/**/*.toml"] + +[formatting] +align_entries = true +column_width = 180 +reorder_arrays = true +reorder_keys = true