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
This commit is contained in:
Neels Hofmeyr 2017-10-30 04:02:11 +01:00
parent 874f03a3a2
commit cf60aaa5f2
3 changed files with 6 additions and 0 deletions

View File

@ -265,3 +265,5 @@
console-log-parsers:
- 'GNU C Compiler 4 (gcc)'
resolve-relative-paths: true
# vim: expandtab tabstop=2 shiftwidth=2

View File

@ -20,3 +20,5 @@
git-config-email: 'jenkins@osmocom.org'
triggers:
- timed: "@midnight"
# vim: expandtab tabstop=2 shiftwidth=2

View File

@ -20,3 +20,5 @@
git-config-email: 'jenkins@osmocom.org'
triggers:
- timed: "@midnight"
# vim: expandtab tabstop=2 shiftwidth=2