Skip to content
This repository was archived by the owner on Jul 31, 2023. It is now read-only.

Commit edfa2a3

Browse files
jhferrisg-easy
authored andcommitted
Don't format _deps dir. (#306)
The _deps dir is generated by cmake, under the build dir. In the case where a separate build dir is not being used, don't format _deps.
1 parent b2c7a0a commit edfa2a3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/format.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ while [[ "$1" != "" ]]; do
4444
shift
4545
done
4646

47-
FIND="find . -name .git -prune -o -name .build -prune -o"
47+
FIND="find . -name .git -prune -o -name _deps -prune -o -name .build -prune -o"
4848

4949
if [[ "$sed_check" == "y" ]]; then
5050
# Correct common miscapitalizations.

0 commit comments

Comments
 (0)