diff options
author | StephenWithPH <StephenWithPH@users.noreply.github.com> | 2020-10-19 09:47:54 -0700 |
---|---|---|
committer | StephenWithPH <StephenWithPH@users.noreply.github.com> | 2020-10-19 09:47:54 -0700 |
commit | af5a8e1abfe59e2e8e970e8dac38c00acf1132db (patch) | |
tree | 3950bd62a839ec033b5b0f0bd942112995697445 /autoload | |
parent | 557a1ed5da70cb443a8650766f4e8ea95e8c0da3 (diff) | |
download | ale-af5a8e1abfe59e2e8e970e8dac38c00acf1132db.zip |
add sbt as a suggested filetype for scalafmt fixer
Diffstat (limited to 'autoload')
-rw-r--r-- | autoload/ale/fix/registry.vim | 2 |
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': { |