We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bf12093 commit 3a21905Copy full SHA for 3a21905
contrib/devtools/README.md
@@ -7,6 +7,8 @@ clang-format-diff.py
7
8
A script to format unified git diffs according to [.clang-format](../../src/.clang-format).
9
10
+Requires `clang-format`, installed e.g. via `brew install clang-format` on macOS.
11
+
12
For instance, to format the last commit with 0 lines of context,
13
the script should be called from the git root folder as follows.
14
0 commit comments