Skip to content

Badge

Show that your project uses cmakefmt by adding a badge to your README.

Formatted with cmakefmt

[![Formatted with cmakefmt](https://img.shields.io/badge/formatted%20with-cmakefmt-blue)](https://cmakefmt.dev)
.. image:: https://img.shields.io/badge/formatted%20with-cmakefmt-blue
:target: https://cmakefmt.dev
:alt: Formatted with cmakefmt
<a href="https://cmakefmt.dev">
<img src="https://img.shields.io/badge/formatted%20with-cmakefmt-blue"
alt="Formatted with cmakefmt" />
</a>

The badge uses the default shields.io blue. You can swap the colour by replacing blue in the URL with any named shields.io colour or a hex code (without #), for example:

https://img.shields.io/badge/formatted%20with-cmakefmt-4a90d9