From db602d0d063367d8a576348960714fab3dd3e738 Mon Sep 17 00:00:00 2001 From: Peter Hutterer Date: Mon, 24 Feb 2020 08:24:21 +1000 Subject: [PATCH] gitlab CI: set the vim filetype for the template file Signed-off-by: Peter Hutterer --- .gitlab-ci.yml | 2 +- .gitlab-ci/gitlab-ci.tmpl | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index fdd6474..af506b9 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,4 +1,4 @@ -# vim: set expandtab shiftwidth=2 tabstop=8 textwidth=0: +# vim: set expandtab shiftwidth=2 tabstop=8 textwidth=0 filetype=yaml: ######################################## # # diff --git a/.gitlab-ci/gitlab-ci.tmpl b/.gitlab-ci/gitlab-ci.tmpl index fa5a768..99d7f3d 100644 --- a/.gitlab-ci/gitlab-ci.tmpl +++ b/.gitlab-ci/gitlab-ci.tmpl @@ -1,4 +1,4 @@ -# vim: set expandtab shiftwidth=2 tabstop=8 textwidth=0: +# vim: set expandtab shiftwidth=2 tabstop=8 textwidth=0 filetype=yaml: {# You're looking at the template here, so you can ignore the below warning. This is the right file to edit #} -- 2.34.1