Настройка uncrustify
This commit is contained in:
8
apps.d/uncrustify.zsh
Normal file
8
apps.d/uncrustify.zsh
Normal file
@@ -0,0 +1,8 @@
|
||||
# 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
|
||||
|
Reference in New Issue
Block a user