From 4a065a43e1f641a8c5e9266d77feba810e8905ac Mon Sep 17 00:00:00 2001 From: Ned Twigg Date: Tue, 25 Aug 2020 18:54:05 -0700 Subject: [PATCH] Add links regarding Spotless integration for gradle/maven users (#1622) MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Co-authored-by: Łukasz Langa --- docs/editor_integration.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/docs/editor_integration.md b/docs/editor_integration.md index eb83a1a..73107d6 100644 --- a/docs/editor_integration.md +++ b/docs/editor_integration.md @@ -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! ✨ 🍰 ✨ -- 2.39.2