Files
galvanize/rustfmt.toml
lonelyhentxi dd11bc70b5
Some checks failed
CI / Rust Check (push) Has been cancelled
CI / Web UI Check (push) Has been cancelled
CI / Security Audit (push) Has been cancelled
feat: basic
2025-07-12 23:59:42 +08:00

8 lines
153 B
TOML

# Rust formatting configuration
# https://rust-lang.github.io/rustfmt/
edition = "2024"
max_width = 100
tab_spaces = 4
use_small_heuristics = "Default"