qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] .editorconfig: set max line at 70 chars for QAPI files
@ 2023-03-07 12:30 marcandre.lureau
  2023-03-07 12:40 ` Daniel P. Berrangé
  2023-03-21  7:30 ` Marc-André Lureau
  0 siblings, 2 replies; 6+ messages in thread
From: marcandre.lureau @ 2023-03-07 12:30 UTC (permalink / raw)
  To: qemu-devel; +Cc: armbru, Marc-André Lureau

From: Marc-André Lureau <marcandre.lureau@redhat.com>

This seems to be the preferred style.

The EditorConfig property is not supported by all editors:
https://github.com/editorconfig/editorconfig/wiki/EditorConfig-Properties#max_line_length

Signed-off-by: Marc-André Lureau <marcandre.lureau@redhat.com>
---
 .editorconfig | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.editorconfig b/.editorconfig
index 7303759ed7..8c5ebc6a1b 100644
--- a/.editorconfig
+++ b/.editorconfig
@@ -47,3 +47,4 @@ emacs_mode = glsl
 [*.json]
 indent_style = space
 emacs_mode = python
+max_line_length = 70
-- 
2.39.2



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

end of thread, other threads:[~2023-03-21 13:54 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-03-07 12:30 [PATCH] .editorconfig: set max line at 70 chars for QAPI files marcandre.lureau
2023-03-07 12:40 ` Daniel P. Berrangé
2023-03-07 12:55   ` Marc-André Lureau
2023-03-07 13:09   ` Markus Armbruster
2023-03-21  7:30 ` Marc-André Lureau
2023-03-21 13:53   ` Markus Armbruster

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).