organic/rustfmt.toml

15 lines
494 B
TOML
Raw Permalink Normal View History

2022-07-16 03:26:49 +00:00
imports_granularity = "Item"
2023-04-22 23:46:27 +00:00
group_imports = "StdExternalCrate"
2022-07-16 03:26:49 +00:00
# In rustfmt 2.0 I will want to adjust these settings.
#
# max_width controls the max length of a line before rustfmt gives up
# but that also scales the length of a bunch of other lines
# automaticaly due to width_heuristics. I want to find a way to enable
# rustfmt to work on longer lines when necessary without making my
# regular code too wide.
#
# max_width = 100
# error_on_line_overflow = true
# width_heuristics = "Off"