#!/bin/sh
export PATH=.git/formatter/bin/:$PATH
mix format mix.exs "lib/**/*.{ex,exs}" "test/**/*.{ex,exs}" --check-formatted
