]> 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:

added instructions for PyCharm File Watcher setup (#418)
authorBenjamin Wohlwend <bw@piquadrat.ch>
Fri, 17 Aug 2018 15:44:55 +0000 (17:44 +0200)
committerŁukasz Langa <lukasz@langa.pl>
Fri, 17 Aug 2018 15:44:55 +0000 (16:44 +0100)
commit450983e33309cdd8b6ad3849ee86e8b5b3903706
treefbd1f3af374f12b03020fa4b6b3097467bac1952
parent2ec4c5f4f90838ba4b63e2edda63ccf261849177
added instructions for PyCharm File Watcher setup (#418)

* added instructions for PyCharm File Watcher setup

With these steps, PyCharm will run black on every file save.

* Update README.md
README.md