Переименование

This commit is contained in:
Andrei Astafev 2022-11-26 16:09:35 +03:00
parent cfd11aae71
commit 0711717bea
2 changed files with 1 additions and 1 deletions

View File

@ -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
```