qapi/pragma.json | 3 +++ 1 file changed, 3 insertions(+)
This is the last qapi schema that is missing the modeline.
Fixes 7e7237cd2b "schemas: add missing vim modeline"
Signed-off-by: Victor Toso <victortoso@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
Victor Toso <victortoso@redhat.com> writes: > This is the last qapi schema that is missing the modeline. > Fixes 7e7237cd2b "schemas: add missing vim modeline" > > Signed-off-by: Victor Toso <victortoso@redhat.com> Reviewed-by: Markus Armbruster <armbru@redhat.com>
Victor Toso <victortoso@redhat.com> writes: > This is the last qapi schema that is missing the modeline. > Fixes 7e7237cd2b "schemas: add missing vim modeline" > > Signed-off-by: Victor Toso <victortoso@redhat.com> Queued, thanks!
On Fri, Mar 25, 2022 at 6:16 PM Victor Toso <victortoso@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 <victortoso@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 <jsnow@redhat.com>
thanks!
Victor Toso <victortoso@redhat.com> writes:
> This is the last qapi schema that is missing the modeline.
> Fixes 7e7237cd2b "schemas: add missing vim modeline"
>
> Signed-off-by: Victor Toso <victortoso@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
© 2016 - 2026 Red Hat, Inc.