summaryrefslogtreecommitdiffstats
path: root/libtommath/astylerc
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2017-09-18 08:31:55 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2017-09-18 08:31:55 (GMT)
commita708ae2da22c8e6b6cbe9c0023a21557b27ee78b (patch)
tree6b7bbde03122d1571d4543d10eccfe88610bd680 /libtommath/astylerc
parent8f339500a2b79c84698261987f664ed30af94814 (diff)
parentd4e73bcab52ca3c76e007a1acc7cb76f50b8feb5 (diff)
downloadtcl-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/astylerc27
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