You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
forgejo/templates/repo/settings
Tristan Storch 69e332f432 Removed trailing white spaces
Removed trailing whitespaces with

```sh
for file in `grep -r " $" * | cut -d : -f 1 | sort | uniq | grep -v " "`; do sed -i 's/[ \t]*$//' $file; done
```

and some handwork.
10 years ago
..
collaboration.tmpl Removed trailing white spaces 10 years ago
hook_new.tmpl UI: Bare repository does not have visual link to settings page 10 years ago
hooks.tmpl Finish new web hook pages 10 years ago
nav.tmpl Finish new repo settings page 10 years ago
options.tmpl Finish new admin dashboard 10 years ago