diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2017-09-18 08:31:55 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2017-09-18 08:31:55 (GMT) |
commit | a708ae2da22c8e6b6cbe9c0023a21557b27ee78b (patch) | |
tree | 6b7bbde03122d1571d4543d10eccfe88610bd680 /libtommath/astylerc | |
parent | 8f339500a2b79c84698261987f664ed30af94814 (diff) | |
parent | d4e73bcab52ca3c76e007a1acc7cb76f50b8feb5 (diff) | |
download | tcl-a708ae2da22c8e6b6cbe9c0023a21557b27ee78b.zip tcl-a708ae2da22c8e6b6cbe9c0023a21557b27ee78b.tar.gz tcl-a708ae2da22c8e6b6cbe9c0023a21557b27ee78b.tar.bz2 |
Merge libtommath upstream changes (astyle formatting only). No functional changes. All Tcl-specific modifications are kept.
Diffstat (limited to 'libtommath/astylerc')
-rw-r--r-- | libtommath/astylerc | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/libtommath/astylerc b/libtommath/astylerc new file mode 100644 index 0000000..5d63f7a --- /dev/null +++ b/libtommath/astylerc @@ -0,0 +1,27 @@ +# Artistic Style, see http://astyle.sourceforge.net/ +# full documentation, see: http://astyle.sourceforge.net/astyle.html +# +# usage: +# astyle --options=astylerc *.[ch] + +## Bracket Style Options +style=kr + +## Tab Options +indent=spaces=3 + +## Bracket Modify Options + +## Indentation Options +min-conditional-indent=0 + +## Padding Options +pad-header +unpad-paren +align-pointer=name + +## Formatting Options +break-after-logical +max-code-length=120 +convert-tabs +mode=c |