Skip to content

Commit

Permalink
Update prettyprint.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
vsoftco committed Jan 13, 2024
1 parent f7843e3 commit 398c38b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion prettyprint.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
#!/usr/bin/env bash

# $@ - List of directories

# Code beautifier with clang-format
# Recursively parses the folder(s) passed as command line argument(s)
# Recursively parses the directories passed as command line arguments

if test -z "$CLANG_FORMAT"; then
echo "Please set the CLANG_FORMAT environment variable to point to the \
Expand Down

0 comments on commit 398c38b

Please sign in to comment.