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