mirror of
https://github.com/minio/minio-rs.git
synced 2025-12-06 07:16:53 +08:00
* refactor make-bucket, bucket_exists, remove_bucket * refactor disable-object-legal-hold, enable-object-legal-hold, is-object-legal-hold-enabled
11 lines
238 B
TOML
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 |