qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [RFC PATCH] Add qemu .clang-format
@ 2015-10-01 17:30 marcandre.lureau
  2022-08-31  6:23 ` Wang, Lei
  0 siblings, 1 reply; 12+ messages in thread
From: marcandre.lureau @ 2015-10-01 17:30 UTC (permalink / raw)
  To: qemu-devel; +Cc: Marc-André Lureau

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
-- 
2.4.3

^ permalink raw reply related	[flat|nested] 12+ messages in thread

end of thread, other threads:[~2022-09-02  8:54 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
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 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).