diff options
-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 693e327..0785e70 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 dd7261a..c53b69f 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 bfd83d7..b4d1ba2 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 eedfded..119509f 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> # |