1 2 3 4 5 6 7 8 9
" Author: Michael Phillips <michaeljoelphillips@gmail.com> " Description: Fix Kotlin files with ktlint. function! ale#fixers#ktlint#Fix(buffer) abort return { \ 'command': ale#handlers#ktlint#GetCommand(a:buffer) . ' --format', \ 'read_temporary_file': 1, \} endfunction