summaryrefslogtreecommitdiff
path: root/tools/git-pre-commit-format
Commit message (Collapse)AuthorAgeFilesLines
* maint: Add MIT license to clang-format hooksPhilip Chimento2020-10-041-0/+1
| | | | Ref: https://github.com/barisione/clang-format-hooks/blob/master/COPYING
* maint: Convert all existing license/copyright comments to SPDX formatPhilip Chimento2020-10-041-1/+1
| | | | | | | | The SPDX format is machine-readable, which should make it much easier to avoid mistakes with licensing and copyright using automated tools. This commit does not add any implicit information. It converts exactly what was already specified into SPDX format comments.
* tools: Update clang-format scriptsPhilip Chimento2018-09-011-2/+25
| | | | A few bugs have been fixed upstream.
* tools: Add clang-format pre-commit hookPhilip Chimento2018-07-111-0/+344
Taken from https://github.com/barisione/clang-format-hooks/ This pre-commit hook will automatically format any newly committed C++ code. Closes: #172