Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add links regarding Spotless integration for gradle/maven users #1622

Merged
merged 8 commits into from
Aug 26, 2020
8 changes: 6 additions & 2 deletions docs/editor_integration.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`.
Expand All @@ -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! ✨ 🍰 ✨

Expand Down