Skip to content

Commit 3a21905

Browse files
committed
[doc] devtools: mention clang-format dependency
1 parent bf12093 commit 3a21905

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

contrib/devtools/README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ clang-format-diff.py
77

88
A script to format unified git diffs according to [.clang-format](../../src/.clang-format).
99

10+
Requires `clang-format`, installed e.g. via `brew install clang-format` on macOS.
11+
1012
For instance, to format the last commit with 0 lines of context,
1113
the script should be called from the git root folder as follows.
1214

0 commit comments

Comments
 (0)