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 15edfdb commit 5c0317eCopy full SHA for 5c0317e
scripts/clang_format_all.sh
@@ -0,0 +1,4 @@
1
+#!/usr/bin/env bash
2
+
3
+git ls-files '*.cpp' | xargs clang-format -style=file -i
4
+git ls-files '*.h' | xargs clang-format -style=file -i
0 commit comments