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 6db03a1 commit 283c8f1Copy full SHA for 283c8f1
prettyprint.sh
@@ -1,7 +1,9 @@
1
#!/usr/bin/env bash
2
3
+# $@ - List of directories
4
+
5
# Code beautifier with clang-format
-# Recursively parses the folder(s) passed as command line argument(s)
6
+# Recursively parses the directories passed as command line arguments
7
8
if test -z "$CLANG_FORMAT"; then
9
echo "Please set the CLANG_FORMAT environment variable to point to the \
0 commit comments