diff options
| author | Victor Toso <victortoso@redhat.com> | 2021-12-20 15:56:24 +0100 |
|---|---|---|
| committer | Markus Armbruster <armbru@redhat.com> | 2022-01-27 11:20:50 +0100 |
| commit | 7e7237cd2bebede25f43a550ccb1219070da427e (patch) | |
| tree | 8589f44bee5f955f07263061f3ca17591f1d6613 /qapi | |
| parent | 48302d4eb628ff0bea4d7e92cbf6b726410eb4c3 (diff) | |
| download | focaccia-qemu-7e7237cd2bebede25f43a550ccb1219070da427e.tar.gz focaccia-qemu-7e7237cd2bebede25f43a550ccb1219070da427e.zip | |
schemas: add missing vim modeline
Similar to f7160f3218 "schemas: Add vim modeline" Signed-off-by: Victor Toso <victortoso@redhat.com> Message-Id: <20211220145624.52801-1-victortoso@redhat.com> Acked-by: Markus Armbruster <armbru@redhat.com> Signed-off-by: Markus Armbruster <armbru@redhat.com>
Diffstat (limited to 'qapi')
| -rw-r--r-- | qapi/audio.json | 1 | ||||
| -rw-r--r-- | qapi/compat.json | 1 | ||||
| -rw-r--r-- | qapi/replay.json | 1 | ||||
| -rw-r--r-- | qapi/trace.json | 1 |
4 files changed, 4 insertions, 0 deletions
diff --git a/qapi/audio.json b/qapi/audio.json index 693e327c6b..0785e70a50 100644 --- a/qapi/audio.json +++ b/qapi/audio.json @@ -1,4 +1,5 @@ # -*- mode: python -*- +# vim: filetype=python # # Copyright (C) 2015-2019 Zoltán Kővágó <DirtY.iCE.hu@gmail.com> # diff --git a/qapi/compat.json b/qapi/compat.json index dd7261ae2a..c53b69fe3f 100644 --- a/qapi/compat.json +++ b/qapi/compat.json @@ -1,4 +1,5 @@ # -*- Mode: Python -*- +# vim: filetype=python ## # = Compatibility policy diff --git a/qapi/replay.json b/qapi/replay.json index bfd83d7591..b4d1ba253b 100644 --- a/qapi/replay.json +++ b/qapi/replay.json @@ -1,4 +1,5 @@ # -*- Mode: Python -*- +# vim: filetype=python # ## diff --git a/qapi/trace.json b/qapi/trace.json index eedfded512..119509f565 100644 --- a/qapi/trace.json +++ b/qapi/trace.json @@ -1,4 +1,5 @@ # -*- mode: python -*- +# vim: filetype=python # # Copyright (C) 2011-2016 Lluís Vilanova <vilanova@ac.upc.edu> # |