Compare commits
34 Commits
eb34f3ffb3
...
master
Author | SHA1 | Date | |
---|---|---|---|
01819c6774 | |||
e05bb7112e | |||
acacece6d3 | |||
c7e6bd2c0f | |||
caf977d595 | |||
0711717bea | |||
cfd11aae71 | |||
4393c20a05 | |||
22e5c84921 | |||
41bbc02c92 | |||
3d29d62c03 | |||
16141c961a | |||
2d1e08d362 | |||
e11d85f133 | |||
3323b81fab | |||
6f551a76a1 | |||
fef4d0d338 | |||
a7a34863e7 | |||
69fc1a43df | |||
827529ee2b | |||
b05da4d52a | |||
ee1718a091 | |||
7424dcf8eb | |||
7324d80f3d | |||
959608f6b5 | |||
0cd764fc18 | |||
d6183cba64 | |||
0e71656233 | |||
12462dee50 | |||
c2f1da4234 | |||
f1a102faac | |||
f9b2960b1d | |||
2cc2863d62 | |||
fc21e4dc67 |
@ -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
|
||||
```
|
||||
|
||||
|
5
classheader.txt
Normal file
5
classheader.txt
Normal file
@ -0,0 +1,5 @@
|
||||
/**
|
||||
* @class $(fclass)
|
||||
* @brief TODO
|
||||
* @details TODO
|
||||
*/
|
1
filefooter.txt
Normal file
1
filefooter.txt
Normal file
@ -0,0 +1 @@
|
||||
// EOF $(filename)
|
5
fileheader.txt
Normal file
5
fileheader.txt
Normal file
@ -0,0 +1,5 @@
|
||||
/**
|
||||
* @file $(filename)
|
||||
* @brief TODO
|
||||
* @details TODO
|
||||
*/
|
5
funcheader.txt
Normal file
5
funcheader.txt
Normal file
@ -0,0 +1,5 @@
|
||||
/**
|
||||
* @fn $(fclass)::$(function)
|
||||
* $(javaparam)
|
||||
* @details TODO
|
||||
*/
|
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user