aboutsummaryrefslogtreecommitdiffstats
path: root/jobs
diff options
context:
space:
mode:
authorNeels Hofmeyr <neels@hofmeyr.de>2017-10-30 04:02:11 +0100
committerNeels Hofmeyr <neels@hofmeyr.de>2017-10-30 04:43:38 +0100
commitcf60aaa5f219118fb9e521832067622ce629f894 (patch)
tree689159fc29f45b264a9515e13e66a39487f8b76e /jobs
parent874f03a3a25bb0fb7416834600fb2f5189a3dddd (diff)
jobs: yml files: set vim expandtab (and shiftwidth)
Having tabs in the yml files cause parse errors. For vim convenience, add comments that instruct vim to expand the tabs to spaces. Change-Id: I5f0598a31e30d1a9440c40935644bb782f645664
Diffstat (limited to 'jobs')
-rw-r--r--jobs/gerrit-verifications.yml2
-rw-r--r--jobs/osmocom-nightly-nitb-split.yml2
-rw-r--r--jobs/osmocom-obs-latest.yml2
3 files changed, 6 insertions, 0 deletions
diff --git a/jobs/gerrit-verifications.yml b/jobs/gerrit-verifications.yml
index cabd5ca..abde21e 100644
--- a/jobs/gerrit-verifications.yml
+++ b/jobs/gerrit-verifications.yml
@@ -265,3 +265,5 @@
console-log-parsers:
- 'GNU C Compiler 4 (gcc)'
resolve-relative-paths: true
+
+# vim: expandtab tabstop=2 shiftwidth=2
diff --git a/jobs/osmocom-nightly-nitb-split.yml b/jobs/osmocom-nightly-nitb-split.yml
index 7dbf46f..4c64de4 100644
--- a/jobs/osmocom-nightly-nitb-split.yml
+++ b/jobs/osmocom-nightly-nitb-split.yml
@@ -20,3 +20,5 @@
git-config-email: 'jenkins@osmocom.org'
triggers:
- timed: "@midnight"
+
+# vim: expandtab tabstop=2 shiftwidth=2
diff --git a/jobs/osmocom-obs-latest.yml b/jobs/osmocom-obs-latest.yml
index 337e067..def633f 100644
--- a/jobs/osmocom-obs-latest.yml
+++ b/jobs/osmocom-obs-latest.yml
@@ -20,3 +20,5 @@
git-config-email: 'jenkins@osmocom.org'
triggers:
- timed: "@midnight"
+
+# vim: expandtab tabstop=2 shiftwidth=2