[]
# Simple aliases that run formatting before build operations
# Use: cargo fb instead of cargo build
# Use: cargo fr instead of cargo run
# Use: cargo ft instead of cargo test
# Note: These use shell scripts to ensure formatting happens first
= "!./build.sh"
= "!./run.sh"
= "!./test.sh"