X-Git-Url: https://git.madduck.net/etc/vim.git/blobdiff_plain/cfa2557df0552e769268fb2758d1423142871cf0..416821947ab11f490ec4c8953a155b205bc9203f:/README.md?ds=sidebyside diff --git a/README.md b/README.md index 7c9f993..71bc7e7 100644 --- a/README.md +++ b/README.md @@ -614,7 +614,7 @@ configuration from different levels of the file hierarchy. Use [proofit404/blacken](https://github.com/proofit404/blacken). -### PyCharm +### PyCharm/IntelliJ IDEA 1. Install `black`. @@ -638,7 +638,7 @@ $ where black %LocalAppData%\Programs\Python\Python36-32\Scripts\black.exe # possible location ``` -3. Open External tools in PyCharm +3. Open External tools in PyCharm/IntelliJ IDEA On macOS: @@ -769,7 +769,7 @@ The formatted code will be returned on stdout (unless `--check` was passed). *Black* will still emit messages on stderr but that shouldn't affect your use case. -This can be used for example with PyCharm's [File Watchers](https://www.jetbrains.com/help/pycharm/file-watchers.html). +This can be used for example with PyCharm's or IntelliJ's [File Watchers](https://www.jetbrains.com/help/pycharm/file-watchers.html). ## blackd