Add vim ft=Dockerfile for syntax highlight detection in editors

This commit is contained in:
Michael Aquilina
2019-09-02 18:07:49 +01:00
parent f9b65baa2e
commit 1f84936639
5 changed files with 10 additions and 0 deletions

View File

@ -1,3 +1,5 @@
# vim: ft=Dockerfile
FROM opensuse/tumbleweed:latest
RUN zypper -n up && \