#!/usr/bin/env sh
#MISE description="Format _default toml files"
#MISE alias=["fmt:toml"]

set -e

taplo format
