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.
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
..
admin.less Finish new admin users pages 10 years ago
base.less Removed trailing white spaces 10 years ago
dashboard.less Removed trailing white spaces 10 years ago
external.less Add missing less files 10 years ago
issue.less Add missing less files 10 years ago
markdown.less Add missing less files 10 years ago
organization.less Finsih add/remove repo in organization 10 years ago
repository.less Finsih add/remove repo in organization 10 years ago
settings.less Continue working on new admin pages 10 years ago
sign.less Add missing less files 10 years ago