minio-rs/.rustfmt.toml
Henk-Jan Lebbink ddec540b22
Refactor object lock config, retention, tags (#140)
* refactor make-bucket, bucket_exists, remove_bucket

* refactor disable-object-legal-hold, enable-object-legal-hold, is-object-legal-hold-enabled
2025-03-21 09:25:06 -07:00

11 lines
238 B
TOML

# rustfmt doc - https://rust-lang.github.io/rustfmt/
hard_tabs = false
edition = "2024"
max_width = 100
array_width = 60 # default is 60
attr_fn_like_width = 70 # default is 70
chain_width = 60 # default is 60
reorder_imports = true