cryptpad/scripts
Corentin ARNOULD a7e622dddc Fix bash indentation and trailing whitespaces
Some shell scripts had tabs indentation. Made it all four spaces.
Hope it's ok with spaces.

Some files had a trailing space in it. It was not useful and takes few bytes for
nothing.

I didn't delete everything.

You can find all tab indented lines with:

grep -rP '^\t' 2>/dev/null

And more trailing space with:
grep -rP ' $' 2>/dev/null
2024-07-06 10:23:49 +02:00
..
migrations Apply headers 2023-10-20 15:35:26 +01:00
tests Tighten eslint rules 2024-04-05 08:35:01 +02:00
translations Add translation key comments for unused-keys script 2024-03-25 19:05:12 +01:00
build.js Tighten eslint rules 2024-04-05 08:35:01 +02:00
check-account-deletion.js Remove jshint 2024-03-01 07:44:00 +01:00
check-accounts.js Tighten eslint rules 2024-04-05 08:35:01 +02:00
clean-activity.js lint compliance 2024-01-16 16:04:33 +01:00
clear.js Apply headers 2023-10-20 15:35:26 +01:00
compare-pin-methods.js Remove jshint 2024-03-01 07:44:00 +01:00
convert-favicons-to-ico.sh Fix bash indentation and trailing whitespaces 2024-07-06 10:23:49 +02:00
copy-components.js Merge remote-tracking branch 'origin/staging' into drawio-image 2023-12-06 09:08:32 +01:00
diagnose-archive-conflicts.js Apply headers 2023-10-20 15:35:26 +01:00
evict-archived.js Fix eviction error and add DRY_RUN to the archive cleaning script 2024-01-08 14:12:04 +01:00
evict-inactive.js Add DRY_RUN option to the eviction script 2024-01-08 14:08:26 +01:00
expire-channels.js Apply headers 2023-10-20 15:35:26 +01:00
generate-admin-keys.js Remove jshint 2024-03-01 07:44:00 +01:00
install.js Onboarding: automatically create install token and link if no admin detected 2024-06-21 15:51:53 +02:00
issue-jwt.js Tighten eslint rules 2024-04-05 08:35:01 +02:00
pinned.js Remove jshint 2024-03-01 07:44:00 +01:00
restore-archived.js Apply headers 2023-10-20 15:35:26 +01:00
runtests.js Remove jshint 2024-03-01 07:44:00 +01:00
test-metadata.js Apply headers 2023-10-20 15:35:26 +01:00
TestSelenium.js Tighten eslint rules 2024-04-05 08:35:01 +02:00