mirror of
https://github.com/ouch-org/ouch.git
synced 2025-06-05 02:55:31 +00:00
11 lines
243 B
TOML
11 lines
243 B
TOML
max_width = 120
|
|
use_field_init_shorthand = true
|
|
newline_style = "Unix"
|
|
edition = "2018"
|
|
reorder_imports = true
|
|
reorder_modules = true
|
|
use_try_shorthand = true
|
|
use_small_heuristics = "Max"
|
|
unstable_features = true
|
|
force_multiline_blocks = true
|