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.
8 lines
185 B
TOML
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"
|