You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
distant/rustfmt.toml

12 lines
264 B
TOML

max_width = 100
newline_style = "unix"
indent_style = "Block"
use_field_init_shorthand = true
# Unstable features
unstable_features = true
imports_granularity = "Module"
group_imports = "StdExternalCrate"
reorder_impl_items = true
normalize_doc_attributes = true