# shellcheck shell=bash # vim: ft=sh if command -v uncrustify >/dev/null; then UNCRUSTIFY_CONFIG="${XDG_CONFIG_HOME}/uncrustify/uncrustify.cfg" [ -r "${UNCRUSTIFY_CONFIG}" ] && export UNCRUSTIFY_CONFIG fi