summaryrefslogtreecommitdiff
path: root/libtommath/astylerc
diff options
context:
space:
mode:
Diffstat (limited to 'libtommath/astylerc')
-rw-r--r--libtommath/astylerc30
1 files changed, 30 insertions, 0 deletions
diff --git a/libtommath/astylerc b/libtommath/astylerc
new file mode 100644
index 0000000..c5ff779
--- /dev/null
+++ b/libtommath/astylerc
@@ -0,0 +1,30 @@
+# Artistic Style, see http://astyle.sourceforge.net/
+# full documentation, see: http://astyle.sourceforge.net/astyle.html
+#
+# usage:
+# astyle --options=astylerc *.[ch]
+
+# Do not create backup, annonying in the times of git
+suffix=none
+
+## 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