summaryrefslogtreecommitdiff
path: root/autoload/ale/fix/registry.vim
diff options
context:
space:
mode:
authorStephenWithPH <StephenWithPH@users.noreply.github.com>2020-10-19 09:47:54 -0700
committerStephenWithPH <StephenWithPH@users.noreply.github.com>2020-10-19 09:47:54 -0700
commitaf5a8e1abfe59e2e8e970e8dac38c00acf1132db (patch)
tree3950bd62a839ec033b5b0f0bd942112995697445 /autoload/ale/fix/registry.vim
parent557a1ed5da70cb443a8650766f4e8ea95e8c0da3 (diff)
downloadale-af5a8e1abfe59e2e8e970e8dac38c00acf1132db.zip
add sbt as a suggested filetype for scalafmt fixer
Diffstat (limited to 'autoload/ale/fix/registry.vim')
-rw-r--r--autoload/ale/fix/registry.vim2
1 files changed, 1 insertions, 1 deletions
diff --git a/autoload/ale/fix/registry.vim b/autoload/ale/fix/registry.vim
index d71668f2..0378b92d 100644
--- a/autoload/ale/fix/registry.vim
+++ b/autoload/ale/fix/registry.vim
@@ -122,7 +122,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': {