macos-UnifiedLogs/rustfmt.toml
jrx aeb58ae1ea added a rustfmt.toml file according to the existing defaults in this repo.
=> really helpful when having this as a git submodule of another workspace ;-)
2024-11-14 14:38:17 +01:00

5 lines
104 B
TOML

newline_style = "Unix"
tab_spaces = 4
max_width = 100
chain_width = 60
use_small_heuristics = "Default"