nix-community.nixvim/plugins/lsp/language-servers/efmls-configs-tools.json

367 lines
6.4 KiB
JSON

{
"formatters": {
"alejandra": [
"nix"
],
"astyle": [
"c",
"c++"
],
"autopep8": [
"python"
],
"beautysh": [
"sh",
" bash",
" zsh",
" csh",
" ksh"
],
"black": [
"python"
],
"cbfmt": [
"markdown"
],
"clang_format": [
"c",
"c++"
],
"clang_tidy": [
"c",
"c++"
],
"dartfmt": [
"dart"
],
"dfmt": [
"d"
],
"dotnet_format": [
"c#"
],
"dprint": [
"javascript",
"typescript",
"json",
"markdown",
"toml",
"rust",
"roslyn"
],
"eslint": [
"javascript",
"typescript"
],
"eslint_d": [
"javascript",
"typescript"
],
"fecs": [
"javascript",
"typescript",
"css",
"html"
],
"fish_indent": [
"fish"
],
"forge_fmt": [
"solidity"
],
"fourmolu": [
"haskell"
],
"gersemi": [
"cmake"
],
"gofmt": [
"go"
],
"goimports": [
"go"
],
"golines": [
"go"
],
"isort": [
"python"
],
"joker": [
"clojure"
],
"jq": [
"json"
],
"js_standard": [
"javascript"
],
"lua_format": [
"lua"
],
"nixfmt": [
"nix"
],
"php_cs_fixer": [
"php"
],
"phpcbf": [
"php"
],
"pint": [
"php"
],
"prettier": [
"javascript",
"typescript",
"css",
"scss",
"sass",
"less",
"html",
"json"
],
"prettier_d": [
"javascript",
"typescript",
"css",
"scss",
"sass",
"less",
"html",
"json"
],
"prettier_eslint": [
"javascript",
"typescript"
],
"prettier_standard": [
"javascript",
"typescript"
],
"rustfmt": [
"rust"
],
"shfmt": [
"sh",
"bash"
],
"smlfmt": [
"sml"
],
"stylua": [
"lua"
],
"terraform_fmt": [
"terraform"
],
"uncrustify": [
"c",
"c++",
"c#",
"d",
"java",
"objective-c",
"objective-c++",
"pawn",
"vala"
],
"xo": [
"javascript",
"typescript"
],
"yapf": [
"python"
]
},
"linters": {
"actionlint": [
"yaml"
],
"alex": [
"misc"
],
"ameba": [
"crystal"
],
"ansible_lint": [
"yaml"
],
"bashate": [
"bash"
],
"clang_tidy": [
"c",
"c++"
],
"clazy": [
"c++"
],
"clj_kondo": [
"clojure"
],
"cppcheck": [
"c",
"c++"
],
"cpplint": [
"c",
"c++"
],
"dartanalyzer": [
"dart"
],
"debride": [
"ruby"
],
"djlint": [
"python",
"go",
"php",
"html"
],
"dmd": [
"d"
],
"eslint": [
"javascript",
"typescript"
],
"eslint_d": [
"javascript",
"typescript"
],
"fecs": [
"javascript"
],
"fish": [
"fish"
],
"flake8": [
"python"
],
"flawfinder": [
"c"
],
"gcc": [
"c",
"c++"
],
"gitlint": [
"gitcommit"
],
"go_revive": [
"go"
],
"golangci_lint": [
"go"
],
"golint": [
"go"
],
"hadolint": [
"docker"
],
"joker": [
"clojure"
],
"jq": [
"json"
],
"js_standard": [
"javascript"
],
"languagetool": [
"misc"
],
"luacheck": [
"lua"
],
"mcs": [
"c#"
],
"mypy": [
"python"
],
"phan": [
"php"
],
"php": [
"php"
],
"phpcs": [
"php"
],
"phpstan": [
"php"
],
"proselint": [
"misc"
],
"psalm": [
"php"
],
"pylint": [
"python"
],
"redpen": [
"misc"
],
"reek": [
"ruby"
],
"rubocop": [
"ruby"
],
"shellcheck": [
"sh",
"bash"
],
"slim_lint": [
"slim"
],
"slither": [
"solidity"
],
"solhint": [
"solidity"
],
"sorbet": [
"ruby"
],
"staticcheck": [
"go"
],
"statix": [
"nix"
],
"stylelint": [
"css",
"scss",
"sass",
"less"
],
"textlint": [
"misc"
],
"vale": [
"misc"
],
"vint": [
"vim"
],
"vulture": [
"python"
],
"write_good": [
"misc"
],
"xo": [
"javascript",
"typescript"
],
"yamllint": [
"yaml"
]
}
}