mirror of
https://github.com/dense-analysis/ale.git
synced 2025-12-08 13:34:46 +08:00
add sbt as a suggested filetype for scalafmt fixer
This commit is contained in:
@@ -122,7 +122,7 @@ let s:default_registry = {
|
|||||||
\ },
|
\ },
|
||||||
\ 'scalafmt': {
|
\ 'scalafmt': {
|
||||||
\ 'function': 'ale#fixers#scalafmt#Fix',
|
\ 'function': 'ale#fixers#scalafmt#Fix',
|
||||||
\ 'suggested_filetypes': ['scala'],
|
\ 'suggested_filetypes': ['sbt', 'scala'],
|
||||||
\ 'description': 'Fix Scala files using scalafmt',
|
\ 'description': 'Fix Scala files using scalafmt',
|
||||||
\ },
|
\ },
|
||||||
\ 'sorbet': {
|
\ 'sorbet': {
|
||||||
|
|||||||
Reference in New Issue
Block a user