zoxide/rustfmt.toml

13 lines
322 B
TOML
Raw Normal View History

2021-09-13 08:01:58 +00:00
# comment_width = 100
# error_on_line_overflow = true
# error_on_unformatted = true
# group_imports = "StdExternalCrate"
# imports_granularity = "Module"
2021-09-12 21:36:21 +00:00
max_width = 120
newline_style = "Native"
use_field_init_shorthand = true
use_small_heuristics = "Max"
use_try_shorthand = true
# wrap_comments = true
2021-09-13 08:01:58 +00:00
# version = "Two"