From 4d18e1235f067bfa418468ea824bc7c9842864f7 Mon Sep 17 00:00:00 2001 From: kestred Date: Tue, 29 Jul 2014 09:01:34 -0700 Subject: [PATCH] Style: Add an astyle config. --- astrond.astyle | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 astrond.astyle diff --git a/astrond.astyle b/astrond.astyle new file mode 100644 index 000000000..5fb91ce58 --- /dev/null +++ b/astrond.astyle @@ -0,0 +1,14 @@ +# Line Length +max-code-length=100 + +# Brackets +style=linux + +# Indentation +indent=spaces=4 +indent-modifiers +indent-col1-comments + +# Whiteespace +pad-oper +unpad-paren