1 2 3 4 5 6 7
#!/usr/bin/env sh #MISE description="Format toml files" #MISE alias=["fmt:toml"] set -e taplo format --config .config/taplo.toml