mirror of
https://github.com/searxng/searxng
synced 2024-01-01 19:24:07 +01:00
Adding a CR in some files and in others not, is a good starting point for a
DOS+Unix mess we all have already seen in many projects.
Patch fixes all files matching (even those comming from grunt's build)::
find ./searx -exec file {} \; | grep CR
BTW: Same with mixing TAB and SPACE indent styles in one and the same file. So
if sources are tuched here in this patch, its also fixed.
Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
|
||
|---|---|---|
| .. | ||
| messages | ||
| result_templates | ||
| 404.html | ||
| about.html | ||
| advanced.html | ||
| base.html | ||
| categories.html | ||
| index.html | ||
| infobox.html | ||
| languages.html | ||
| macros.html | ||
| navbar.html | ||
| preferences.html | ||
| results.html | ||
| search.html | ||
| search_full.html | ||
| stats.html | ||
| time-range.html | ||