mirror of
https://github.com/oleid/gnome-shell-teatime.git
synced 2022-04-29 18:53:50 +00:00
FEATURE: Use long options
This commit is contained in:
parent
e6d59a4095
commit
9d1e631ec2
@ -4,5 +4,9 @@ SRC_DIR=$(dirname $0)
|
||||
echo $SRC_DIR
|
||||
|
||||
for fn in "${SRC_DIR}"/src/*.js ; do
|
||||
js-beautify -t -n -r -j $fn
|
||||
js-beautify --replace \
|
||||
--indent-with-tabs \
|
||||
--end-with-newline \
|
||||
--jslint-happy \
|
||||
$fn
|
||||
done
|
||||
|
Loading…
Reference in New Issue
Block a user