Merge pull request #3399 from StephenWithPH/suggest-scalafmt-for-sbt

suggest scalafmt for sbt
This commit is contained in:
Horacio Sanson 2021-01-13 14:00:10 +09:00 committed by GitHub
commit 12d28ca34f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -132,7 +132,7 @@ let s:default_registry = {
\ },
\ 'scalafmt': {
\ 'function': 'ale#fixers#scalafmt#Fix',
\ 'suggested_filetypes': ['scala'],
\ 'suggested_filetypes': ['sbt', 'scala'],
\ 'description': 'Fix Scala files using scalafmt',
\ },
\ 'sorbet': {