summaryrefslogtreecommitdiffstats
path: root/.pre-commit-config.yaml
diff options
context:
space:
mode:
authorJan Holthuis <jan.holthuis@ruhr-uni-bochum.de>2020-08-01 12:46:27 +0200
committerJan Holthuis <jan.holthuis@ruhr-uni-bochum.de>2020-08-01 12:46:27 +0200
commit5589ce8cac60eab8886efa5e234bfcd7a1565b9e (patch)
tree8e9de99f45b6e08ca46d45f84ce9b1e41fff3e94 /.pre-commit-config.yaml
parent1d77aa3032e8575712821149d82e594920f05cee (diff)
pre-commit: Improve documentation for clang-format hook
Diffstat (limited to '.pre-commit-config.yaml')
-rw-r--r--.pre-commit-config.yaml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml
index ee7c622631..fd9e1f3eeb 100644
--- a/.pre-commit-config.yaml
+++ b/.pre-commit-config.yaml
@@ -78,6 +78,7 @@ repos:
hooks:
- id: clang-format
name: clang-format
+ description: "Run clang-format in two passes (reformat, then break long lines)"
entry: tools/clang_format.py
require_serial: true
stages: