Описание

This commit is contained in:
Andrei Astafev 2019-05-29 09:51:20 +03:00
parent 225928009d
commit 87c59e4cb7

15
README.md Normal file
View File

@ -0,0 +1,15 @@
# Установка
```sh
git clone https://git.246060.ru/f1x1t/uncrustify ~/.config/uncrustify
```
# Настройка
Установить переменную окружения `UNCRUSTIFY_CONFIG`, например:
```sh
UNCRUSTIFY_CONFIG="${XDG_CONFIG_HOME}/uncrustify/default.cfg"
[ -e "${UNCRUSTIFY_CONFIG}" ] && export UNCRUSTIFY_CONFIG
```