From: Gerd Hoffmann <kraxel@redhat.com>
To: qemu-devel@nongnu.org
Cc: "Gerd Hoffmann" <kraxel@redhat.com>,
"Kővágó Zoltán" <dirty.ice.hu@gmail.com>
Subject: [Qemu-devel] [PATCH] add scripts/indent.sh
Date: Thu, 3 Sep 2015 12:42:32 +0200 [thread overview]
Message-ID: <1441276952-4782-1-git-send-email-kraxel@redhat.com> (raw)
---
scripts/indent.sh | 11 +++++++++++
1 file changed, 11 insertions(+)
create mode 100755 scripts/indent.sh
diff --git a/scripts/indent.sh b/scripts/indent.sh
new file mode 100755
index 0000000..8f045ec
--- /dev/null
+++ b/scripts/indent.sh
@@ -0,0 +1,11 @@
+#!/bin/sh
+#
+# indent wrapper script, with args to format
+# source code according to qemu coding style.
+#
+indent --ignore-profile \
+ --k-and-r-style \
+ --line-length 80 \
+ --indent-level 4 \
+ --no-tabs \
+ "$@"
--
1.8.3.1
next reply other threads:[~2015-09-03 10:42 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-09-03 10:42 Gerd Hoffmann [this message]
-- strict thread matches above, loose matches on Subject: below --
2017-07-17 10:17 [Qemu-devel] [PATCH] add scripts/indent.sh Gerd Hoffmann
2017-07-17 10:36 ` Marc-André Lureau
2017-07-17 10:49 ` Gerd Hoffmann
2017-07-17 10:58 ` Marc-André Lureau
2017-07-17 11:14 ` Gerd Hoffmann
2017-08-29 16:33 ` Marc-André Lureau
2017-07-17 10:43 ` Peter Maydell
2017-07-17 18:11 ` no-reply
2017-07-17 19:54 ` Peter Maydell
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=1441276952-4782-1-git-send-email-kraxel@redhat.com \
--to=kraxel@redhat.com \
--cc=dirty.ice.hu@gmail.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).