From 39136e195be52dc7b18a733f0500c4f917158465 Mon Sep 17 00:00:00 2001 From: ineedbots Date: Thu, 17 Jun 2021 21:58:19 -0600 Subject: [PATCH] More accurate styling --- .astylerc | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/.astylerc b/.astylerc index b0b7c4b..60f0f48 100644 --- a/.astylerc +++ b/.astylerc @@ -1,9 +1,21 @@ # try to mimic the original gsc provided +mode=c style=allman + indent=tab lineend=windows pad-oper -pad-paren +pad-paren-in +pad-header + +# delete-empty-lines +fill-empty-lines break-blocks + +indent-switches +indent-cases +indent-after-parens + +remove-comment-prefix