Описание
This commit is contained in:
parent
225928009d
commit
87c59e4cb7
15
README.md
Normal file
15
README.md
Normal 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
|
||||||
|
```
|
||||||
|
|
Loading…
Reference in New Issue
Block a user