X-Git-Url: https://git.madduck.net/etc/vim.git/blobdiff_plain/d01460d9393d611c0673723320f7a1e50c424e21..beecd6fd0a9103aa91b1019dcf8fc774b667ea6c:/docs/show_your_style.md diff --git a/docs/show_your_style.md b/docs/show_your_style.md deleted file mode 120000 index 6b8bfcc..0000000 --- a/docs/show_your_style.md +++ /dev/null @@ -1 +0,0 @@ -_build/generated/show_your_style.md \ No newline at end of file diff --git a/docs/show_your_style.md b/docs/show_your_style.md new file mode 100644 index 0000000..67b213c --- /dev/null +++ b/docs/show_your_style.md @@ -0,0 +1,19 @@ +[//]: # "NOTE: THIS FILE WAS AUTOGENERATED FROM README.md" + +# Show your style + +Use the badge in your project's README.md: + +```md +[![Code style: black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/psf/black) +``` + +Using the badge in README.rst: + +``` +.. image:: https://img.shields.io/badge/code%20style-black-000000.svg + :target: https://github.com/psf/black +``` + +Looks like this: +[![Code style: black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/psf/black)