From 1be4526f3b87214c36bb63a6bcaac7519a0c289a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Xose=20P=C3=A9rez?= Date: Sun, 12 Mar 2017 11:08:21 +0100 Subject: [PATCH] Added testing astyle configuration file --- code/astyle.conf | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 code/astyle.conf diff --git a/code/astyle.conf b/code/astyle.conf new file mode 100644 index 00000000..8b4ca92e --- /dev/null +++ b/code/astyle.conf @@ -0,0 +1,18 @@ +style=attach +indent=spaces=4 +indent-classes +indent-switches +indent-namespaces +indent-continuation=4 +#indent-preproc-define +#indent-preproc-cond +#indent-preproc-block +indent-col1-comments +pad-oper +pad-comma +pad-header +align-pointer=type +align-reference=type +add-brackets +convert-tabs +suffix=none