formatting: Add style-commit makefile target
commit4c884c0a71e8c915f8de211a9ffacf894392c411
authorMatthew Pickering <matthewtpickering@gmail.com>
Wed, 8 Nov 2023 10:32:10 +0000 (8 10:32 +0000)
committerMikolaj <281893+Mikolaj@users.noreply.github.com>
Thu, 23 Nov 2023 12:15:17 +0000 (23 12:15 +0000)
treecf55d09423b86a7123bdedaa169e1564611d954b
parenteaa5245ef4949a9f02a82c7e225ab11cc64bba85
formatting: Add style-commit makefile target

This target allows you to format a range of commits, for example:

```
make style-commit COMMIT=HEAD~1
> Last commit is formatted
make style-commit COMMIT=abcde
> Commits between HEAD and abcde are formatted
```
CONTRIBUTING.md
Makefile