fix spacing issues with helm templates
This commit is contained in:
parent
6d3fb5c89e
commit
6cbe57637b
@ -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']
|
||||||
|
Loading…
Reference in New Issue
Block a user