diff --git a/README.md b/README.md index 26bbb1b..69c2d25 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ git clone https://git.246060.ru/f1x1t/uncrustify ~/.config/uncrustify Установить переменную окружения `UNCRUSTIFY_CONFIG`, например: ```sh -UNCRUSTIFY_CONFIG="${XDG_CONFIG_HOME}/uncrustify/default.cfg" +UNCRUSTIFY_CONFIG="${XDG_CONFIG_HOME}/uncrustify/uncrustify.cfg" [ -e "${UNCRUSTIFY_CONFIG}" ] && export UNCRUSTIFY_CONFIG ``` diff --git a/default.cfg b/uncrustify.cfg similarity index 100% rename from default.cfg rename to uncrustify.cfg