diff --git a/.rustfmt.toml b/.rustfmt.toml new file mode 100644 index 0000000..8b13789 --- /dev/null +++ b/.rustfmt.toml @@ -0,0 +1 @@ + diff --git a/.taplo.toml b/.taplo.toml new file mode 100644 index 0000000..5a6456b --- /dev/null +++ b/.taplo.toml @@ -0,0 +1,13 @@ +[formatting] +align_entries = true +column_width = 100 +compact_arrays = false +reorder_inline_tables = true +reorder_keys = true + +[[rule]] +include = [ "**/Cargo.toml" ] +keys = [ "package" ] + +[rule.formatting] +reorder_keys = false diff --git a/xtask/Cargo.toml b/xtask/Cargo.toml index f5262ca..a8d8f20 100644 --- a/xtask/Cargo.toml +++ b/xtask/Cargo.toml @@ -9,4 +9,4 @@ publish = false [dependencies] -clap.workspace = true +clap.workspace = true