]> git.madduck.net Git - etc/vim.git/history - docs/compatible_configs.md

madduck's git repository

Every one of the projects in this repository is available at the canonical URL git://git.madduck.net/madduck/pub/<projectpath> — see each project's metadata for the exact URL.

All patches and comments are welcome. Please squash your changes to logical commits before using git-format-patch and git-send-email to patches@git.madduck.net. If you'd read over the Git project's submission guidelines and adhered to them, I'd be especially grateful.

SSH access, as well as push access can be individually arranged.

If you use my repositories frequently, consider adding the following snippet to ~/.gitconfig and using the third clone URL listed for each project:

[url "git://git.madduck.net/madduck/"]
  insteadOf = madduck:

compatible isort config: mention profile first (#2180)
[etc/vim.git] / docs / compatible_configs.md
2021-05-04 rekacompatible isort config: mention profile first (#2180)
2021-01-14 Peter StensmyrUpdate link pointing to how-black-wraps-lines (#1925)
2020-10-30 Shota Ray ImakiAdd compatible configuration files. (psf#1789) (#1792)
2020-09-01 Łukasz LangaMention optional invalid W503 warning in pycodestyle
2020-08-31 Jon DufresneRemove flake8 W503 from docs as it is ignored by defaul...
2020-08-20 Richard SiUpgrade docs to Sphinx 3+ and add doc build test (...
2020-07-22 Maximilian Cosmo... Update to accomodate isort 5 release changes. (#1559)
2020-06-20 Richard SiFix toml hashes and make it clear that only TOML is...
2020-05-21 Kevin KirscheFix typos (#1442)
2020-05-13 Paul MeinhardtFix Boolean values in pyproject.toml config (#1410)
2020-05-08 Richard SiAdd Black compatible configurations in documentation...