Metadata-Version: 2.1
Name: clang_format_docs
Version: 0.1.0
Summary: Run `clang-format` on C++ code blocks in documentation files
Home-page: https://github.com/finsberg/clang-format-docs
Author: Henrik Finsberg
Author-email: henriknf@simula.no
License: MIT
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: Implementation :: CPython
Requires-Python: >=3.7
Description-Content-Type: text/markdown
License-File: LICENSE

clang-format-docs
=================

Run `clang-format` on C++ code blocks in documentation files.


## install

```bash
pip install clang-format-docs
```
