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

Add links regarding Spotless integration for gradle/maven users (#1622)
authorNed Twigg <ned.twigg@diffplug.com>
Wed, 26 Aug 2020 01:54:05 +0000 (18:54 -0700)
committerGitHub <noreply@github.com>
Wed, 26 Aug 2020 01:54:05 +0000 (03:54 +0200)
Co-authored-by: Łukasz Langa <lukasz@langa.pl>
docs/editor_integration.md

index eb83a1a4b43e2d15c50bddb9413e9a180c44cffc..73107d6a4a11cf0f317f58133387d756a65c3cab 100644 (file)
@@ -255,6 +255,10 @@ Sublime Text, Visual Studio Code and many more), you can use the
 
 Use [python-black](https://atom.io/packages/python-black).
 
+## Gradle (the build tool)
+
+Use the [Spotless](https://github.com/diffplug/spotless/tree/main/plugin-gradle) plugin.
+
 ## Kakoune
 
 Add the following hook to your kakrc, then run _Black_ with `:format`.
@@ -269,9 +273,9 @@ hook global WinSetOption filetype=python %{
 
 Use [Thonny-black-code-format](https://github.com/Franccisco/thonny-black-code-format).
 
-## Other editors
+## Other integrations
 
-Other editors will require external contributions.
+Other editors and tools will require external contributions.
 
 Patches welcome! ✨ 🍰 ✨