]> git.madduck.net Git - etc/vim.git/commit

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:

Add compatible configuration files. (psf#1789) (#1792)
authorShota Ray Imaki <shota.imaki@icloud.com>
Fri, 30 Oct 2020 15:13:55 +0000 (00:13 +0900)
committerGitHub <noreply@github.com>
Fri, 30 Oct 2020 15:13:55 +0000 (08:13 -0700)
commitb64fd2bbec420ff71f7592f40816ae7de2fa4a15
treeb0686cb8b09aa4945abfbf335cedf7592cd072d3
parente6cd10e7615f4df537e2eaefcf3904a4feecad1f
Add compatible configuration files. (psf#1789) (#1792)

* Add compatible configuration files. (psf#1789)

* Simplify isort configuration files. (#1789)
docs/compatible_configs.md
docs/compatible_configs/flake8/.flake8 [new file with mode: 0644]
docs/compatible_configs/flake8/setup.cfg [new file with mode: 0644]
docs/compatible_configs/flake8/tox.ini [new file with mode: 0644]
docs/compatible_configs/isort/.editorconfig [new file with mode: 0644]
docs/compatible_configs/isort/.isort.cfg [new file with mode: 0644]
docs/compatible_configs/isort/pyproject.toml [new file with mode: 0644]
docs/compatible_configs/isort/setup.cfg [new file with mode: 0644]
docs/compatible_configs/pylint/pylintrc [new file with mode: 0644]
docs/compatible_configs/pylint/pyproject.toml [new file with mode: 0644]
docs/compatible_configs/pylint/setup.cfg [new file with mode: 0644]