mirror of
https://github.com/cryptpad/cryptpad.git
synced 2026-09-12 19:49:59 +05:00
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 |
||
|---|---|---|
| .. | ||
| migrations | ||
| tests | ||
| translations | ||
| build.js | ||
| check-account-deletion.js | ||
| check-accounts.js | ||
| clean-activity.js | ||
| clear.js | ||
| compare-pin-methods.js | ||
| convert-favicons-to-ico.sh | ||
| copy-components.js | ||
| diagnose-archive-conflicts.js | ||
| evict-archived.js | ||
| evict-inactive.js | ||
| expire-channels.js | ||
| generate-admin-keys.js | ||
| install.js | ||
| issue-jwt.js | ||
| pinned.js | ||
| restore-archived.js | ||
| runtests.js | ||
| test-metadata.js | ||
| TestSelenium.js | ||