File: rustfmt.toml

package info (click to toggle)
jujutsu 0.37.0-2
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 11,740 kB
  • sloc: sh: 283; makefile: 34
file content (7 lines) | stat: -rw-r--r-- 170 bytes parent folder | download
1
2
3
4
5
6
7
edition = "2024"
max_width = 100
wrap_comments = true
format_strings = true
error_on_line_overflow = true
group_imports = "StdExternalCrate"
imports_granularity = "Item"