From 9f0009faeaa0960f57fcacea91b45997258016e0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?IOhannes=20m=20zm=C3=B6lnig?= Date: Tue, 1 Sep 2015 14:32:27 +0000 Subject: synch more with git svn path=/trunk/externals/iem/iemnet/; revision=17546 --- astyle.rc | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 astyle.rc (limited to 'astyle.rc') 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 -- cgit v1.2.1