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

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:

Clarify contributing docs (#2398)
authorJelle Zijlstra <jelle.zijlstra@gmail.com>
Sat, 24 Jul 2021 22:59:53 +0000 (15:59 -0700)
committerGitHub <noreply@github.com>
Sat, 24 Jul 2021 22:59:53 +0000 (15:59 -0700)
"as configurable as gofmt" means little to people who haven't used gofmt.

docs/contributing/index.rst

index 7e3a90905cd85ae29036d898a6164a816ce9ae04..480dbd6cd0e11c318642064e1ced80b39c4ae4ef 100644 (file)
@@ -15,8 +15,9 @@ Welcome! Happy to see you willing to make the project better. Have you read the
 
 .. rubric:: Bird's eye view
 
-In terms of inspiration, *Black* is about as configurable as *gofmt*. This is
-deliberate.
+In terms of inspiration, *Black* is about as configurable as *gofmt* (which is to say,
+not very). This is deliberate. *Black* aims to provide a consistent style and take away
+opportunities for arguing about style.
 
 Bug reports and fixes are always welcome! Please follow the
 `issue template on GitHub <https://github.com/psf/black/issues/new>`_ for best results.