Framework: add whitespace cleanup for plugin root dir

This commit is contained in:
Franco Fichtner
2017-07-17 06:25:12 +02:00
parent dbd179ba78
commit b3d88ed912
+2
View File
@@ -238,6 +238,8 @@ sweep: check
find ${.CURDIR}/src ! -name "*.min.*" ! -name "*.svg" \
! -name "*.ser" -type f -print0 | \
xargs -0 -n1 ${.CURDIR}/../../Scripts/cleanfile
find ${.CURDIR} -type f -depth 1 -print0 | \
xargs -0 -n1 ${.CURDIR}/../../Scripts/cleanfile
style: check
@: > ${.CURDIR}/.style.out