We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e2b3cd2 commit 79229a9Copy full SHA for 79229a9
1 file changed
runformat
@@ -40,7 +40,7 @@ function formatCplusplus {
40
find $1 -iname '*.h' \
41
-o -iname '*.c' \
42
-o -iname '*.cpp' \
43
- | xargs -n 1 -P $CPUCOUNT -I{} -t $UNCRUSTIFY -c .uncrustify.cfg -l CPP --no-backup {}
+ | xargs -n 1 -P $CPUCOUNT $UNCRUSTIFY -c .uncrustify.cfg -l CPP --no-backup --replace
44
45
}
46
@@ -51,4 +51,3 @@ formatCplusplus lib/
51
formatCplusplus oss-fuzz/
52
formatCplusplus test/
53
formatCplusplus tools/
54
-formatCplusplus samples/
0 commit comments