From: "Kinney, Michael D" <michael.d.kinney@intel.com>
To: Guoheyi <guoheyi@huawei.com>,
"edk2-devel@lists.01.org" <edk2-devel@lists.01.org>,
"Kinney, Michael D" <michael.d.kinney@intel.com>
Subject: Re: How to auto format source file to be EDK2 code style?
Date: Thu, 23 Mar 2017 03:26:14 +0000 [thread overview]
Message-ID: <E92EE9817A31E24EB0585FDF735412F57D143962@ORSMSX113.amr.corp.intel.com> (raw)
In-Reply-To: <B328F08581D714418202ABF306D3781C3AC0A799@DGGEMA505-MBS.china.huawei.com>
Gary,
I have experimented with Astyle too. The best set of flags I have found so far are:
--style=kr
--indent=spaces=2
--add-brackets
--lineend=windows
--indent-continuation=1
--indent-col1-comments
--pad-oper
--pad-comma
--pad-first-paren-out
--pad-header
--align-pointer=name
--convert-tabs
--max-code-length=120
This gets close, but there are minor issues with
1) Space around '*','&','~','&&','!' operators.
2) Indenting ');' at end of function declaration
3) Aligning arguments and return values in function header comment blocks
4) Aligning arguments in function declarations
5) Aligning local variable declarations.
Mike
> -----Original Message-----
> From: edk2-devel [mailto:edk2-devel-bounces@lists.01.org] On Behalf Of Guoheyi
> Sent: Wednesday, March 22, 2017 7:06 PM
> To: edk2-devel@lists.01.org
> Subject: [edk2] How to auto format source file to be EDK2 code style?
>
> Hi folks,
>
>
> A number of our existing source code files are in really bad format and I'm trying to
> find a quick way to re-style them. I found the tool called "astyle" almost meets edk2
> code style with certain settings, except it will remove the indent before closing
> parenthesis ")" in a new line. E.g. it will change code like below:
>
> @@ -116,7 +116,7 @@ EhciPciIoPollIo (
> IN UINT64 Value,
> IN UINT64 Delay,
> OUT UINT64 *Result
> - )
> +)
>
> Any suggestion?
>
> And this is my "astyle" configuration:
>
> #--indent-switches
> --indent-cases
> --indent-namespaces
> --indent-preprocessor
> --indent-col1-comments
>
>
> --pad-oper
>
> --pad-header
>
> --add-brackets
> #--pad-comma
>
> --convert-tabs
>
> --indent-classes
> --style=1tbs
> --indent=spaces=2
> --min-conditional-indent=1
> --max-instatement-indent=40
> --align-pointer=name
> --align-reference=name
> --max-code-length=80
>
> Thanks and regards,
>
> Gary (Heyi Guo)
>
> _______________________________________________
> edk2-devel mailing list
> edk2-devel@lists.01.org
> https://lists.01.org/mailman/listinfo/edk2-devel
prev parent reply other threads:[~2017-03-23 3:26 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-03-23 2:06 How to auto format source file to be EDK2 code style? Guoheyi
2017-03-23 3:26 ` Kinney, Michael D [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-list from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=E92EE9817A31E24EB0585FDF735412F57D143962@ORSMSX113.amr.corp.intel.com \
--to=devel@edk2.groups.io \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox