From 4cdafc0b3524bbe5945b98e980e335f12d07d316 Mon Sep 17 00:00:00 2001 From: Richard Wackerbarth Date: Thu, 17 Sep 2015 10:44:55 -0500 Subject: [PATCH] Add astyle specification --- .astylerc | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 .astylerc diff --git a/.astylerc b/.astylerc new file mode 100644 index 000000000..aefe32c7f --- /dev/null +++ b/.astylerc @@ -0,0 +1,23 @@ +--style=google +--keep-one-line-blocks + +--indent=spaces=2 +--indent-preproc-block +--indent-preproc-define +--indent-col1-comments + +--remove-brackets +--break-after-logical +--delete-empty-lines + +--pad-oper +--pad-header +--unpad-paren +--align-pointer=type +--align-reference=type + +--attach-classes +--attach-inlines +--keep-one-line-statements + +--indent-namespaces