X-Git-Url: https://git.madduck.net/etc/vim.git/blobdiff_plain/3d0689470752daedf7ef2bc9e602478ea31c0430..4310f39bd94c7fa29fc31079247d2aab4bd50f1a:/docs/installation_and_usage.md diff --git a/docs/installation_and_usage.md b/docs/installation_and_usage.md index c91a1c4..d0dd0c9 100644 --- a/docs/installation_and_usage.md +++ b/docs/installation_and_usage.md @@ -90,6 +90,11 @@ Options: matching this regex will be excluded even when they are passed explicitly as arguments. + --stdin-filename TEXT The name of the file when passing it through + stdin. Useful to make sure Black will respect + --force-exclude option on some editors that + rely on using stdin. + -q, --quiet Don't emit non-error messages to stderr. Errors are still emitted; silence those with 2>/dev/null. @@ -119,7 +124,7 @@ about _Black_'s changes or will overwrite _Black_'s changes. A good example of t should be configured to neither warn about nor overwrite _Black_'s changes. Actual details on _Black_ compatible configurations for various tools can be found in -[compatible_configs](https://github.com/psf/black/blob/master/docs/compatible_configs.md#). +[compatible_configs](https://github.com/psf/black/blob/master/docs/compatible_configs.md#black-compatible-configurations). ## Migrating your code style without ruining git blame