vim library; added formatting options for dockerfile, added dotnet core testing function

This commit is contained in:
Wryn Wagner
2021-04-09 15:25:32 -06:00
parent 78591fb234
commit fe209d1418
2 changed files with 27 additions and 0 deletions

View File

@ -31,6 +31,7 @@ augroup filetype_specific_formatting
autocmd FileType haskell call FormatFileType(2, v:true, 'indent', 99, v:false)
autocmd FileType perl call FormatFileType(4, v:true, 'indent', 99, v:false)
autocmd FileType kotlin call FormatFileType(2, v:true, 'indent', 99, v:false)
autocmd FileType dockerfile call FormatFileType(4, v:true, 'indent', 99, v:false)
augroup end
augroup forced_filetype_recognition