rsproject/Relm4-0.6.2/rustfmt.toml
2024-03-02 00:19:08 +08:00

18 lines
510 B
TOML

# Always use unix newline
newline_style = "Unix"
# Use field init shorthand when possible
use_field_init_shorthand = true
# NIGHTLY OPTIONS: ENABLE AS SOON AS THEY BECOME STABLE
# Reorder types and consts before methods
# reorder_impl_items = true
# Format doc comments as well
# format_code_in_doc_comments = true
# Change import granularity
# imports_granularity = "Module"
# Sort group imports
# group_imports = "StdExternalCrate"