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 |
||
|---|---|---|
| .. | ||
| AGPL-3.0-or-later.txt | ||
| Apache-2.0.txt | ||
| BSD-3-Clause.txt | ||
| CC-BY-SA-3.0.txt | ||
| GPL-2.0-or-later.txt | ||
| LGPL-3.0-only.txt | ||
| MIT.txt | ||
| MPL-2.0.txt | ||