]> git.madduck.net Git - etc/vim.git/blobdiff - README.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:

Console formatting nits
[etc/vim.git] / README.md
index 5c042159665f7570dedf37233bec2a53e7664e6f..34b4aef6ae5a08cac9b2f6d357f8cb8a0b88a74d 100644 (file)
--- a/README.md
+++ b/README.md
@@ -316,14 +316,16 @@ Use [proofit404/blacken](https://github.com/proofit404/blacken).
 
 2. Locate your `black` installation folder.
 
-        $ which black         # MacOS/Linux
+  On MacOS / Linux / BSD:
+
+        $ which black
         /usr/local/bin/black  # possible location
 
-       <!-->
+  On Windows:
 
-        $ where black         # Windows
+        $ where black
         %LocalAppData%\Programs\Python\Python36-32\Scripts\black.exe  # possible location
-        
+
 3. Open External tools in PyCharm with `File -> Settings -> Tools -> External Tools`.
 
 4. Click the + icon to add a new external tool with the following values: