Files
ladybird/rustfmt.toml
Andrew Kaster f26cb24751 Rust: Add a config file for rustfmt
This sets max_width to 120, which causes a lot of reformatting.
2026-04-18 08:05:47 -04:00

6 lines
89 B
TOML

max_width = 120
hard_tabs = false
tab_spaces = 4
edition = "2024"
style_edition = "2024"