rsbb/.rustfmt.toml

7 lines
145 B
TOML

max_width = 78
reorder_imports = true
report_fixme = "Always"
# schema.rs is generated by diesel, don't format it.
ignore = [ "src/schema.rs" ]