Merge pull request #584 from paperchalice/bcrypt
[libtommath.git] / astylerc
blob029f3584910d7ab2b1690f01d24c227f30e3e052
1 # Artistic Style, see http://astyle.sourceforge.net/
2 # full documentation, see: http://astyle.sourceforge.net/astyle.html
4 # usage:
5 #       astyle --options=astylerc *.[ch]
7 # Do not create backup, annoying in the times of git
8 suffix=none
10 ## Bracket Style Options
11 style=kr
13 ## Tab Options
14 indent=spaces=3
16 ## Bracket Modify Options
18 ## Indentation Options
19 min-conditional-indent=0
21 ## Padding Options
22 pad-header
23 unpad-paren
24 align-pointer=name
26 ## Formatting Options
27 break-after-logical
28 max-code-length=120
29 convert-tabs
30 mode=c