#!/usr/bin/env sh
#MISE description="Format _default yaml files"
#MISE alias=["fmt:yaml", "fmt:yml", "format:yml"]

set -e

yamlfmt .
