Files
jj-vcs-jj/rustfmt.toml
2024-08-22 14:52:54 -04:00

8 lines
170 B
TOML

edition = "2021"
max_width = 100
wrap_comments = true
format_strings = true
error_on_line_overflow = true
group_imports = "StdExternalCrate"
imports_granularity = "Item"