ok/jj
1
0
Fork 0
forked from mirrors/jj
jj/rustfmt.toml

7 lines
155 B
TOML
Raw Normal View History

max_width = 100
wrap_comments = true
2021-08-29 04:46:45 +00:00
format_strings = true
error_on_line_overflow = true
2021-03-14 17:37:28 +00:00
group_imports = "StdExternalCrate"
imports_granularity = "Module"