Merge pull request #8306 from adamreese/fix/create-vim-ft

fix(chartutil): do not set helpers.tpl filetype for vim
pull/8151/head
Adam Reese 4 years ago committed by GitHub
commit a28d695c43
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -386,8 +386,7 @@ const defaultNotes = `1. Get the application URL by running these commands:
{{- end }}
`
const defaultHelpers = `{{/* vim: set filetype=mustache: */}}
{{/*
const defaultHelpers = `{{/*
Expand the name of the chart.
*/}}
{{- define "<CHARTNAME>.name" -}}

Loading…
Cancel
Save