Added Kotlin formatting; various dictionary entries
This commit is contained in:
parent
e417393adf
commit
bd109e9430
@ -89,3 +89,5 @@ VPC
|
|||||||
makespan
|
makespan
|
||||||
Yena
|
Yena
|
||||||
Pikachu
|
Pikachu
|
||||||
|
diagonalization
|
||||||
|
axiomatizable
|
||||||
|
Binary file not shown.
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user