1 2 3 4 5 6 7 8 9 10 11 12 13 14
# Rustfmt configuration for Kaval # See: https://rust-lang.github.io/rustfmt/ # Maximum line width max_width = 100 # Use 4 spaces for indentation tab_spaces = 4 # Reorder imports reorder_imports = true # Edition edition = "2021"