X-Git-Url: https://git.madduck.net/etc/vim.git/blobdiff_plain/7403d95862ae54c3504a8003666e1a0739067894..d1ad8730e36819f787c720d1917de22b59806a75:/docs/black_primer.md diff --git a/docs/black_primer.md b/docs/black_primer.md index 4d6ce27..af41842 100644 --- a/docs/black_primer.md +++ b/docs/black_primer.md @@ -51,10 +51,10 @@ Options: -h, --help Show this message and exit. ``` -## primer config file +## Primer config file -The config is JSON format. Its main element is the `"projects"` dictionary. Below -explains each parameter: +The config file is in JSON format. Its main element is the `"projects"` dictionary and +each parameter is explained below: ```json { @@ -77,6 +77,9 @@ explains each parameter: } ``` +An example primer config file is used by Black +[here](https://github.com/psf/black/blob/master/src/black_primer/primer.json) + ## Example run ```console