mirror of
https://github.com/dense-analysis/ale.git
synced 2026-02-28 04:22:27 +08:00
Merge pull request #3399 from StephenWithPH/suggest-scalafmt-for-sbt
suggest scalafmt for sbt
This commit is contained in:
@@ -132,7 +132,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