#!/bin/bash # Format our code in a similar way as source/python/servo/testing_commands.py # Format Rust code cargo fmt -- \ --config unstable_features=true \ --config binop_separator=Back \ --config imports_granularity=Module \ --config group_imports=StdExternalCrate # Format our Cargo.toml files RUST_LOG=error taplo fmt Cargo.toml htmlshell/Cargo.toml