Archived
1
0

refactor: remove shfmt

This commit is contained in:
Joe Previte
2021-03-15 15:13:44 -07:00
parent d27126530f
commit 3eafcf94b7
4 changed files with 10 additions and 14 deletions

View File

@ -4,8 +4,6 @@ set -euo pipefail
main() {
cd "$(dirname "$0")/../.."
shfmt -i 2 -w -sr $(git ls-files "*.sh" | grep -v "lib/vscode")
local prettierExts
prettierExts=(
"*.js"