From: "Marc-André Lureau" <marcandre.lureau@gmail.com>
To: "Wang, Lei" <lei4.wang@intel.com>
Cc: qemu-devel@nongnu.org
Subject: Re: [Qemu-devel] [RFC PATCH] Add qemu .clang-format
Date: Wed, 31 Aug 2022 14:26:48 +0400 [thread overview]
Message-ID: <CAJ+F1CLnMzLReHExCukDpKSy0UiBPoFemWtGYCASp-YXKgOWLw@mail.gmail.com> (raw)
In-Reply-To: <9cb1a173-c703-1787-90e1-4668710b323b@intel.com>
[-- Attachment #1: Type: text/plain, Size: 1370 bytes --]
Hi
On Wed, Aug 31, 2022 at 10:24 AM Wang, Lei <lei4.wang@intel.com> wrote:
>
> On 10/2/2015 1:30 AM, marcandre.lureau@redhat.com wrote:
> > From: Marc-André Lureau <marcandre.lureau@redhat.com>
> >
> > clang-format is awesome to reflow your code according to qemu coding
> > style in an editor (in the region you modify).
> >
> > (note: clang-tidy should be able to add missing braces around
> > statements, but I haven't tried it, it's quite recent)
> >
> > Signed-off-by: Marc-André Lureau <marcandre.lureau@redhat.com>
> > ---
> > .clang-format | 6 ++++++
> > 1 file changed, 6 insertions(+)
> > create mode 100644 .clang-format
> >
> > diff --git a/.clang-format b/.clang-format
> > new file mode 100644
> > index 0000000..6422547
> > --- /dev/null
> > +++ b/.clang-format
> > @@ -0,0 +1,6 @@
> > +BasedOnStyle: LLVM
> > +IndentWidth: 4
> > +UseTab: Never
> > +BreakBeforeBraces: Linux
> > +AllowShortIfStatementsOnASingleLine: false
> > +IndentCaseLabels: false
>
> Hi, any progress on this? I also found a gist on GitHub which can be a
> reference:
> https://gist.github.com/elmarco/aa5e0b23567f46fb7f0e73cde586a0c1
>
>
Yes, that was a more complete configuration from me as well, but it is 5y
old already and might need some new updates.
Feel free to submit a new updated version.
--
Marc-André Lureau
[-- Attachment #2: Type: text/html, Size: 2260 bytes --]
prev parent reply other threads:[~2022-08-31 10:28 UTC|newest]
Thread overview: 12+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-10-01 17:30 [Qemu-devel] [RFC PATCH] Add qemu .clang-format marcandre.lureau
2022-08-31 6:23 ` Wang, Lei
2022-08-31 8:49 ` Daniel P. Berrangé
2022-08-31 9:18 ` Wang, Lei
2022-08-31 10:39 ` Daniel P. Berrangé
2022-09-01 1:08 ` Wang, Lei
2022-09-01 8:12 ` Daniel P. Berrangé
2022-09-01 8:43 ` Wang, Lei
2022-09-01 11:55 ` Alex Bennée
2022-09-02 2:05 ` Wang, Lei
2022-09-02 8:52 ` Daniel P. Berrangé
2022-08-31 10:26 ` Marc-André Lureau [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-all 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=CAJ+F1CLnMzLReHExCukDpKSy0UiBPoFemWtGYCASp-YXKgOWLw@mail.gmail.com \
--to=marcandre.lureau@gmail.com \
--cc=lei4.wang@intel.com \
--cc=qemu-devel@nongnu.org \
/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;
as well as URLs for NNTP newsgroup(s).