X-Git-Url: https://git.madduck.net/etc/vim.git/blobdiff_plain/1af648d0c14342021bb8c4220fb8adcd7362d45d..2989dc1bf822b1b2a6bd250cea37bbf20c237764:/docs/compatible_configs.md diff --git a/docs/compatible_configs.md b/docs/compatible_configs.md index 990820a..c6724e7 100644 --- a/docs/compatible_configs.md +++ b/docs/compatible_configs.md @@ -10,6 +10,9 @@ tools out there. (e.g. `pyproject.toml`). The provided examples are to only configure their corresponding tools, using **their** supported file formats. +Compatible configuration files can be +[found here](https://github.com/psf/black/blob/master/docs/compatible_configs/). + ## isort [isort](https://pypi.org/p/isort/) helps to sort and format imports in your Python code.