mirror of
https://git.proxmox.com/git/rustc
synced 2025-08-17 13:32:19 +00:00
7 lines
161 B
TOML
7 lines
161 B
TOML
max_width = 79
|
|
use_small_heuristics = "Max"
|
|
wrap_comments = true
|
|
comment_width = 79
|
|
fn_args_density = "Compressed"
|
|
edition = "2018"
|
|
error_on_line_overflow = true |