mirror of
https://git.proxmox.com/git/rustc
synced 2025-08-16 02:31:13 +00:00
8 lines
328 B
TOML
8 lines
328 B
TOML
max_width = 120
|
|
|
|
# HACK(eddyb) this seems to be used for tuple literals too, and tests use
|
|
# those a lot, in a way really meant to have one (tuple) value per line
|
|
# (also, isn't allowed to be `max_width`, or even one less, but rather
|
|
# depends on indentation levels?! thankfully it's just a warning, though)
|
|
fn_call_width = 120
|