aboutsummaryrefslogtreecommitdiff
path: root/astyle.rc
diff options
context:
space:
mode:
Diffstat (limited to 'astyle.rc')
-rw-r--r--astyle.rc16
1 files changed, 16 insertions, 0 deletions
diff --git a/astyle.rc b/astyle.rc
new file mode 100644
index 0000000..d1be054
--- /dev/null
+++ b/astyle.rc
@@ -0,0 +1,16 @@
+## asytyle configuration for iemnet
+# usage: astyle --options=astyle.rc *.c *.h
+
+## CRLF line-ending
+lineend=linux
+
+## make sure that code fits on an old-school terminal
+max-code-length=75
+# maximum indentation on continuation lines
+max-instatement-indent=40
+
+## "One True Brace Style"
+style=1tbs
+
+## hardly an indentation
+indent=spaces=2