Files
zsh/apps.d/uncrustify.zsh

9 lines
209 B
Bash

# 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