datastream/http/vendor/libc/.rustfmt.toml
2026-09-02 21:48:27 +08:00

6 lines
219 B
TOML

edition = "2021"
error_on_line_overflow = true
group_imports = "StdExternalCrate"
imports_granularity = "Module"
# This crate gets large lists of reexports. Use vertical to reduce conflicts.
imports_layout = "Vertical"