Added Kotlin formatting; various dictionary entries

This commit is contained in:
Wryn Wagner 2020-12-30 10:43:32 -07:00
parent e417393adf
commit bd109e9430
3 changed files with 3 additions and 0 deletions

View File

@ -89,3 +89,5 @@ VPC
makespan makespan
Yena Yena
Pikachu Pikachu
diagonalization
axiomatizable

Binary file not shown.

View File

@ -30,6 +30,7 @@ augroup filetype_specific_formatting
autocmd FileType postscr call FormatFileType(2, v:true, 'indent', 99, v:false) autocmd FileType postscr call FormatFileType(2, v:true, 'indent', 99, v:false)
autocmd FileType haskell call FormatFileType(2, v:true, 'indent', 99, v:false) 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 perl call FormatFileType(4, v:true, 'indent', 99, v:false)
autocmd FileType kotlin call FormatFileType(2, v:true, 'indent', 99, v:false)
augroup end augroup end
augroup forced_filetype_recognition augroup forced_filetype_recognition