led_client/rp-hal/format.bat
2024-12-21 00:48:45 -05:00

11 lines
463 B
Batchfile

rem Formats all the files in the repo
cargo fmt --manifest-path rp2040-hal\Cargo.toml
cargo fmt --manifest-path rp2040-hal-macros\Cargo.toml
cargo fmt --manifest-path rp2040-hal-examples\Cargo.toml
cargo fmt --manifest-path on-target-tests\Cargo.toml
cargo fmt --manifest-path rp235x-hal\Cargo.toml
cargo fmt --manifest-path rp235x-hal-macros\Cargo.toml
cargo fmt --manifest-path rp235x-hal-examples\Cargo.toml
cargo fmt --manifest-path rp-hal-common\Cargo.toml