Rewild Your Web
web
browser
dweb
1#!/bin/bash
2
3# Format our code in a similar way as source/python/servo/testing_commands.py
4
5# Format Rust code
6cargo fmt -- \
7 --config unstable_features=true \
8 --config binop_separator=Back \
9 --config imports_granularity=Module \
10 --config group_imports=StdExternalCrate
11
12# Format our Cargo.toml files
13RUST_LOG=error taplo fmt Cargo.toml htmlshell/Cargo.toml