Enable ktlint fixer for kotlin files.

This commit is contained in:
Horacio Sanson
2020-07-12 20:49:04 +09:00
parent 26571fa050
commit ddf4e7e9ba

View File

@@ -327,7 +327,7 @@ let s:default_registry = {
\ },
\ 'ktlint': {
\ 'function': 'ale#fixers#ktlint#Fix',
\ 'suggested_filetypes': ['kt'],
\ 'suggested_filetypes': ['kt', 'kotlin'],
\ 'description': 'Fix Kotlin files with ktlint.',
\ },
\ 'styler': {