fix spacing issues with helm templates

This commit is contained in:
Wryn (yage) Wagner 2023-11-13 11:09:01 -07:00
parent 6d3fb5c89e
commit 6cbe57637b

View File

@ -52,6 +52,7 @@ augroup filetype_specific_formatting
autocmd FileType vue call FormatFileType(2, v:true, 'indent', 99, v:false) autocmd FileType vue call FormatFileType(2, v:true, 'indent', 99, v:false)
autocmd FileType go call FormatFileType(4, v:false, 'manual', 99, v:false) autocmd FileType go call FormatFileType(4, v:false, 'manual', 99, v:false)
autocmd FileType json call FormatFileType(2, v:false, 'indent', 99, v:false) autocmd FileType json call FormatFileType(2, v:false, 'indent', 99, v:false)
autocmd FileType smarty call FormatFileType(2, v:true, 'indent', 99, v:false)
augroup end augroup end
let g:markdown_fenced_languages = ['javascript', 'json', 'python', 'bash', 'yaml', 'shell=zsh', 'sql'] let g:markdown_fenced_languages = ['javascript', 'json', 'python', 'bash', 'yaml', 'shell=zsh', 'sql']