Skip to content

Commit 18068a9

Browse files
committed
Consistent whitespace
1 parent f47b827 commit 18068a9

File tree

2 files changed

+11
-7
lines changed

2 files changed

+11
-7
lines changed

Diff for: .editorconfig

+4
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
[{scripts/*}]
2+
indent_size = 4
3+
tab_width = 4
4+

Diff for: scripts/composer-global

+7-7
Original file line numberDiff line numberDiff line change
@@ -28,13 +28,13 @@ for REPLY; do
2828
echo "Setting minimum-stability = dev"
2929
composer global config minimum-stability dev
3030
fi
31-
case $REPLY in
32-
hirak/prestissimo|hirak/prestissimo:*)
33-
echo "Installing prestissimo first, to accelerate other installs"
34-
composer global require --prefer-dist "$REPLY"
35-
;;
36-
*) args+=("$REPLY") ;;
37-
esac
31+
case $REPLY in
32+
hirak/prestissimo|hirak/prestissimo:*)
33+
echo "Installing prestissimo first, to accelerate other installs"
34+
composer global require --prefer-dist "$REPLY"
35+
;;
36+
*) args+=("$REPLY") ;;
37+
esac
3838
done
3939

4040
if ((${#args[@]})); then composer global require --prefer-dist "${args[@]}"; fi

0 commit comments

Comments
 (0)