diff options
| author | Sophie Forrest <57433227+sophieforrest@users.noreply.github.com> | 2024-01-13 19:17:57 +1300 |
|---|---|---|
| committer | Sophie Forrest <57433227+sophieforrest@users.noreply.github.com> | 2024-01-13 19:17:57 +1300 |
| commit | 13becb31e8b669dd6254c68b3aae110e7711d9db (patch) | |
| tree | f4320bc6c0e86064291ac29f4dfaddb8fbb3f376 /.taplo.toml | |
chore: init project
Diffstat (limited to '')
| -rw-r--r-- | .taplo.toml | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/.taplo.toml b/.taplo.toml new file mode 100644 index 0000000..88958ed --- /dev/null +++ b/.taplo.toml @@ -0,0 +1,10 @@ +[formatting] +indent_string = " " +reorder_keys = false + +[[rule]] +include = ["**/Cargo.toml"] +keys = ["dependencies"] + +[rule.formatting] +reorder_keys = true |