Mercurial > dropbear
comparison libtommath/astylerc @ 1733:d529a52b2f7c coverity coverity
merge coverity from main
author | Matt Johnston <matt@ucc.asn.au> |
---|---|
date | Fri, 26 Jun 2020 21:07:34 +0800 |
parents | 1051e4eea25a |
children |
comparison
equal
deleted
inserted
replaced
1643:b59623a64678 | 1733:d529a52b2f7c |
---|---|
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 |