comparison libtommath/astylerc @ 1739:13d834efc376 fuzz

merge from main
author Matt Johnston <matt@ucc.asn.au>
date Thu, 15 Oct 2020 19:55:15 +0800
parents 1051e4eea25a
children
comparison
equal deleted inserted replaced
1562:768ebf737aa0 1739:13d834efc376
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