Compare commits
74 Commits
d997d984e6
...
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 | |||
eb34f3ffb3 | |||
64734662a9 | |||
878e1d8a27 | |||
47ea773826 | |||
2c51ecc3dc | |||
45284f9762 | |||
0fd7b3a9fb | |||
bd022ba048 | |||
0aae214a4c | |||
5e06854ca6 | |||
d1b3af0f79 | |||
8b08ebee41 | |||
9a16d6cd80 | |||
cfa9da95d0 | |||
c312b3c2e5 | |||
1933506e48 | |||
a81f6a48e0 | |||
c3eed90064 | |||
0293201df9 | |||
c0b239f206 | |||
e5214f32b8 | |||
3c3c71e69c | |||
454cc6d2a6 | |||
11cb6c1536 | |||
ffbe01ebbf | |||
b92130ddc5 | |||
b22fbeed70 | |||
27b8d5b9b0 | |||
1a84ca9645 | |||
22aa5788f2 | |||
1c219849d2 | |||
58fafe2175 | |||
e893f9967d | |||
04a310f7ea | |||
ac0fc23be4 | |||
c08ea6643d | |||
5a0f8d401b | |||
96ad82fe47 | |||
0f0d578961 | |||
3c9d3f849c |
@ -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