#!/bin/bash -e ## tools/reformat ## ## Automatically reformats code in this project to match the project style. cd "$(dirname "$0")/.." npx prettier --write . cargo fmt --all