On Fri, Mar 25, 2022 at 6:16 PM Victor Toso <victort...@redhat.com> wrote: > > This is the last qapi schema that is missing the modeline. > Fixes 7e7237cd2b "schemas: add missing vim modeline" > > Signed-off-by: Victor Toso <victort...@redhat.com> > --- > qapi/pragma.json | 3 +++ > 1 file changed, 3 insertions(+) > > diff --git a/qapi/pragma.json b/qapi/pragma.json > index 3bc0335d1f..e6a021c19c 100644 > --- a/qapi/pragma.json > +++ b/qapi/pragma.json > @@ -1,3 +1,6 @@ > +# -*- Mode: Python -*- > +# vim: filetype=python > + > { 'pragma': { 'doc-required': true } } > > # Whitelists to permit QAPI rule violations; think twice before you > -- > 2.35.1 >
Reviewed-by: John Snow <js...@redhat.com> thanks!