We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
fmt.sh
1 parent f037e78 commit be3f8f2Copy full SHA for be3f8f2
tools/fmt.sh
@@ -19,7 +19,7 @@ export LC_ALL=en_US.UTF-8 # perl
19
export LANGUAGE=en_US.UTF-8 # perl
20
21
for file in $(find .. -path "../target" -a -prune \
22
- -o -type f \
+ -a -type f \
23
-o -name "*.rs" \
24
-o -name "*.c" \
25
-o -name "*.h" \
0 commit comments