ale/autoload/ale/fixers
Antoine Gagné 48fab99a0a
Add support for `erlfmt` fixer (#3602)
* Add support for `erlfmt`

* Add missing entry to table of contents

* Fix warnings

* Add missing tools to supported tools
2021-02-28 22:31:44 +09:00
..
astyle.vim fix: Replace hardcoded quotes with ale#Escape 2020-07-30 10:07:53 -04:00
autoimport.vim feat: add autoimport fixer 2020-10-23 18:53:38 +02:00
autopep8.vim Close #542 - Add an option for disabling running locally installed executables by default 2018-04-09 19:11:20 +01:00
bibclean.vim Add bibclen fixer support 2018-12-01 15:05:18 +09:00
black.vim Black fixer should include --pyi for files with .pyi extension (#2705) 2019-08-18 15:45:15 +01:00
brittany.vim Add better support for Haskell stack compiler tools (#1851) 2018-09-28 09:05:01 +01:00
buildifier.vim Add a buildifier fixer for Bazel files (#3499) 2021-02-21 21:35:26 +09:00
clangformat.vim Allow clangformat to use a local style file (#3587) 2021-02-14 23:03:04 +09:00
clangtidy.vim Add clangtidy fixer (#2548) 2019-07-02 08:11:10 +01:00
cmakeformat.vim add cmake-format fixer support (#2244) 2019-01-27 11:45:57 +00:00
dartfmt.vim Added dartfmt fixer (#1683) 2018-07-01 13:55:41 +01:00
deno.vim feat: Add Deno fmt fixer 2021-01-22 19:06:52 +01:00
dfmt.vim dfmt support (#2662) 2019-09-10 20:54:14 +01:00
dhall_format.vim addressing missing docs + cleaning up older Dhall files 2020-09-14 10:13:11 +07:00
dhall_freeze.vim Dhall language support (fixes #2820) 2020-08-14 00:31:47 +07:00
dhall_lint.vim Dhall language support (fixes #2820) 2020-08-14 00:31:47 +07:00
elm_format.vim Close #542 - Add an option for disabling running locally installed executables by default 2018-04-09 19:11:20 +01:00
erlfmt.vim Add support for `erlfmt` fixer (#3602) 2021-02-28 22:31:44 +09:00
eslint.vim Run ESLint fixer from project root, where possible (#3096) 2020-07-01 17:00:21 +01:00
fecs.vim style: fecs related doc and vim scripts 2019-04-11 16:24:59 +08:00
fish_indent.vim chang fishindent to fish_indent 2020-10-31 14:01:08 +08:00
fixjson.vim Improve ALE project style checking 2018-09-04 16:51:18 +01:00
floskell.vim Add floskell for Haskell formatting 2019-04-14 11:27:48 -05:00
generic.vim Revert "#2132 Change (buffer, lines) fixer functions to (buffer, done, lines)" 2019-02-22 20:48:06 +00:00
generic_python.vim Revert "#2132 Change (buffer, lines) fixer functions to (buffer, done, lines)" 2019-02-22 20:48:06 +00:00
gnatpp.vim Add gnatpp fixer for Ada 2019-07-01 20:50:02 -04:00
gofmt.vim Use stdin/stdout to communicate with gofmt 2020-10-03 18:44:19 +03:00
goimports.vim Support $GO111MODULE with Go tooling 2019-07-01 11:04:33 -04:00
gomod.vim Support $GO111MODULE with Go tooling 2019-07-01 11:04:33 -04:00
google_java_format.vim fix: change google_java_format_* to java_google_java_format_* for inject global variables according to doc/ale-java.txt 2018-10-24 20:10:31 +08:00
hackfmt.vim Split Hack out from PHP, modernize 2018-08-02 11:28:56 -07:00
help.vim Revert "#2132 Change (buffer, lines) fixer functions to (buffer, done, lines)" 2019-02-22 20:48:06 +00:00
hfmt.vim Add better support for Haskell stack compiler tools (#1851) 2018-09-28 09:05:01 +01:00
hindent.vim Merge remote-tracking branch 'AlexeiDrake/master' into bugfix/c-lsp-build-dir-settings 2019-08-18 18:29:59 +01:00
hlint.vim Add better support for Haskell stack compiler tools (#1851) 2018-09-28 09:05:01 +01:00
html_beautify.vim Add support for html-beautify (#2788) 2019-10-28 13:25:36 +00:00
importjs.vim Improve ALE project style checking 2018-09-04 16:51:18 +01:00
isort.vim Use better string comparison operators in isort fixer 2020-11-25 17:57:40 -05:00
jq.vim Update syntax checking 2019-02-06 18:05:13 +00:00
ktlint.vim Fix 2269 - use ktlint stdin. 2020-04-18 15:27:11 +09:00
latexindent.vim refactor(Fixer): Change latexindent to read from stdin instead of temporary file 2020-08-21 17:19:22 +05:30
luafmt.vim Add luafmt fixer (#3289) 2020-11-21 15:59:50 +00:00
mix_format.vim Clean up the mix format command and tests 2018-03-18 17:40:34 +00:00
nimpretty.vim Clean up the nimpretty code 2019-11-14 14:50:21 +00:00
nixpkgsfmt.vim Add nixpkgs-fmt fixer. 2019-08-26 19:21:07 +01:00
ocamlformat.vim Close #3325 - Apply new formatting where possible 2020-08-28 19:50:36 +01:00
ocp_indent.vim Add fixer for OCaml ocp-indent (#2436) 2019-05-07 18:50:26 +01:00
ormolu.vim Add ormolu fixer. 2020-10-23 11:48:21 +01:00
perltidy.vim add perltidy fixer 2018-04-21 22:09:38 +09:00
pgformatter.vim add pgformatter 2019-05-27 09:00:11 +04:30
php_cs_fixer.vim Improve ALE project style checking 2018-09-04 16:51:18 +01:00
phpcbf.vim Add php phpcbf options (#3383) 2020-11-21 20:19:02 +00:00
prettier.vim add support for prettier-ruby to prettier fixer (#3593) 2021-02-18 16:33:02 +09:00
prettier_eslint.vim #2132 - Replace command_chain and chain_with with ale#command#Run 2019-04-07 14:58:06 +01:00
prettier_standard.vim Fix prettier_standard to respect the configuration file 2019-12-04 23:15:41 -08:00
puppetlint.vim Improve ALE project style checking 2018-09-04 16:51:18 +01:00
purty.vim Add purty fixer. 2019-08-12 11:49:19 -04:00
qmlfmt.vim Update syntax checking 2019-02-06 18:05:13 +00:00
refmt.vim refmt fixer for ReasonML 2017-10-29 21:48:28 +01:00
remark_lint.vim Add remark-lint for a markdown fixer (#2836) 2020-08-17 10:14:38 +01:00
reorder_python_imports.vim Add support for reorder-python-imports fixer 2019-06-08 19:22:50 -04:00
rubocop.vim Close #3325 - Apply new formatting where possible 2020-08-28 19:50:36 +01:00
rufo.vim Add rufo fixer for ruby files 2018-03-11 13:33:57 +09:00
rustfmt.vim Don't use temporary file for rustfmt fixer 2017-12-27 23:12:57 +07:00
scalafmt.vim Improve ALE project style checking 2018-09-04 16:51:18 +01:00
shfmt.vim shfmt: Use Vim's indent config as default indent width 2018-09-18 17:51:00 +09:00
sorbet.vim Move ale#handlers#ruby#EscapeExecutable to ale#ruby#EscapeExecutable 2019-08-13 01:52:13 -04:00
sqlfmt.vim Add support for sqlfmt 2018-09-08 01:34:10 +02:00
sqlformat.vim feat: support sqlformat. (#2702) 2019-09-12 22:48:27 +01:00
standard.vim Fix 2816 - Standard fix does not work. 2020-03-12 16:29:46 +09:00
standardrb.vim Fix 3498 - Change standardrb fixer to read from stdin. 2021-01-22 23:17:01 +09:00
stylelint.vim fixers/stylelint: enhance `stylelint` fixer (#2745) 2019-10-28 13:23:02 +00:00
styler.vim Switch from style to transformers (#2838) 2019-11-07 18:22:57 +00:00
stylish_haskell.vim Add better support for Haskell stack compiler tools (#1851) 2018-09-28 09:05:01 +01:00
swiftformat.vim Close #542 - Add an option for disabling running locally installed executables by default 2018-04-09 19:11:20 +01:00
terraform.vim add terraform fmt fixer for terraform and hcl filetypes 2018-10-23 20:44:31 -04:00
textlint.vim Add textlint for Asciidoc and add it to Fixers (#2193) 2019-01-10 18:53:45 +00:00
tidy.vim Add fixer tidy for HTML 2018-06-23 22:59:13 +05:30
tslint.vim Fix tslint fixer not working issue (temporary file not found) 2020-04-15 17:30:19 +03:00
uncrustify.vim add uncrustify fixer for several languages 2018-09-04 20:39:32 -04:00
xmllint.vim Improve ALE project style checking 2018-09-04 16:51:18 +01:00
xo.vim xo: inline filetype handling 2021-01-22 09:23:54 -06:00
yamlfix.vim feat: add yamlfix fixer 2020-11-25 01:21:53 +01:00
yapf.vim Close #542 - Add an option for disabling running locally installed executables by default 2018-04-09 19:11:20 +01:00