From 276c70a4abe609fc6109139f9ab892672314fbc5 Mon Sep 17 00:00:00 2001 From: Andrew Belt Date: Tue, 6 Aug 2019 15:42:43 -0400 Subject: [PATCH] Revise astylerc. --- .astylerc | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/.astylerc b/.astylerc index 70b47e0e..73e2b67a 100644 --- a/.astylerc +++ b/.astylerc @@ -7,10 +7,9 @@ # astyle --suffix=none --options=.astylerc filename.cpp style=java -indent=tab +indent=tab=2 attach-closing-while indent-switches -indent-after-parens indent-preproc-block indent-preproc-define indent-col1-comments @@ -18,8 +17,8 @@ pad-oper pad-comma pad-header unpad-paren -align-pointer=name -align-reference=name +align-pointer=type +align-reference=type break-closing-braces break-one-line-headers attach-return-type