Merge pull request #3234 from hsanson/3233-enable-ktlint-fixer-for-kotlin-files

Enable ktlint fixer for kotlin files.
This commit is contained in:
Horacio Sanson 2021-01-15 22:26:56 +09:00 committed by GitHub
commit bbac230008
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -342,7 +342,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': {