diff options
author | Victor Toso <victortoso@redhat.com> | 2022-03-25 23:16:05 +0100 |
---|---|---|
committer | Markus Armbruster <armbru@redhat.com> | 2022-03-31 12:34:51 +0200 |
commit | bf37d537e6ae85187e65ae1acb2c091b62a6e581 (patch) | |
tree | ef8bb3ba774867ad1a0d004509ccf2e6a6016d72 | |
parent | aea6e471085f39ada1ccd637043c3ee3dfd88750 (diff) |
schemas: add missing vim modeline
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>
Message-Id: <20220325221605.53995-1-victortoso@redhat.com>
Reviewed-by: Markus Armbruster <armbru@redhat.com>
Reviewed-by: John Snow <jsnow@redhat.com>
Signed-off-by: Markus Armbruster <armbru@redhat.com>
-rw-r--r-- | qapi/pragma.json | 3 |
1 files changed, 3 insertions, 0 deletions
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 |