ladybird/rustfmt.toml
Timothy Flynn c5bb98bcf0 Meta: Revert to a stable rust compiler
Let's not depend on a nightly pre-release, especially not just for a
linting option. We can enable the linter option once it lands in the
stable release.
2026-06-02 20:12:41 +02:00

8 lines
185 B
TOML

max_width = 120
hard_tabs = false
tab_spaces = 4
edition = "2024"
style_edition = "2024"
# FIXME: Enable this setting once it lands in a stable version.
# imports_granularity = "Item"