mirror of
https://github.com/danbulant/oxc
synced 2026-05-19 20:28:58 +00:00
16 lines
569 B
TOML
16 lines
569 B
TOML
# Make Rust more readable given most people have wide screens nowadays.
|
|
# This is also the setting used by [rustc](https://github.com/rust-lang/rust/blob/master/rustfmt.toml)
|
|
use_small_heuristics = "Max"
|
|
|
|
# Use field initialize shorthand if possible
|
|
use_field_init_shorthand = true
|
|
|
|
# All unstable features that we wish for
|
|
# unstable_features = true
|
|
# version = "Two"
|
|
# Provide a cleaner impl order
|
|
# reorder_impl_items = true
|
|
# Provide a cleaner import sort order
|
|
# group_imports = "StdExternalCrate"
|
|
# Group "use" statements by crate
|
|
# imports_granularity = "Crate"
|