[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH] schemas: add missing vim modeline
|
From: |
John Snow |
|
Subject: |
Re: [PATCH] schemas: add missing vim modeline |
|
Date: |
Tue, 29 Mar 2022 12:21:07 -0400 |
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!