Mercurial > dropbear
comparison libtommath/astylerc @ 1692:1051e4eea25a
Update LibTomMath to 1.2.0 (#84)
* update C files
* update other files
* update headers
* update makefiles
* remove mp_set/get_double()
* use ltm 1.2.0 API
* update ltm_desc
* use bundled tommath if system-tommath is too old
* XMALLOC etc. were changed to MP_MALLOC etc.
author | Steffen Jaeckel <s@jaeckel.eu> |
---|---|
date | Tue, 26 May 2020 17:36:47 +0200 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
1691:2d3745d58843 | 1692:1051e4eea25a |
---|---|
1 # Artistic Style, see http://astyle.sourceforge.net/ | |
2 # full documentation, see: http://astyle.sourceforge.net/astyle.html | |
3 # | |
4 # usage: | |
5 # astyle --options=astylerc *.[ch] | |
6 | |
7 # Do not create backup, annonying in the times of git | |
8 suffix=none | |
9 | |
10 ## Bracket Style Options | |
11 style=kr | |
12 | |
13 ## Tab Options | |
14 indent=spaces=3 | |
15 | |
16 ## Bracket Modify Options | |
17 | |
18 ## Indentation Options | |
19 min-conditional-indent=0 | |
20 | |
21 ## Padding Options | |
22 pad-header | |
23 unpad-paren | |
24 align-pointer=name | |
25 | |
26 ## Formatting Options | |
27 break-after-logical | |
28 max-code-length=120 | |
29 convert-tabs | |
30 mode=c |