qutebrowser/tests/end2end/data/brave-adblock
Philipp Albrecht d9e8b638bf Remove vim modelines
We're deprecating vim modelines in favor of `.editorconfig`.

Removing vim modelines could be done using two one-liners. Most of the vim modelines
were followed by an empty line, so this one-liner took care of these ones:

```sh
rg '^# vim: .+\n\n' -l | xargs sed -i '/^# vim: /,+1d'
```

Then some of the vim modelines were followed by a pylint configuration line, so running
this one-liner afterwards took care of that:

```sh
rg '^# vim:' -l | xargs sed -i '/^# vim: /d'
```
2023-06-30 11:03:06 +02:00
..
LICENSE doc: Switch URLs to https 2021-01-26 15:19:01 +01:00
README.md Move adblock-rust license to own file 2020-12-19 20:30:10 +00:00
generate.py Remove vim modelines 2023-06-30 11:03:06 +02:00
ublock-matches.tsv.gz Use ResourceType enum for conversion 2020-12-19 20:30:24 +00:00

README.md

The ublock-matches.tsv file is downloaded from adblock-rust's Github and preprocessed and compressed using generate.py to produce ublock-matches.tsv.gz.

License

The aforementioned file was released under terms of the Mozilla Public License, version 2.0 (MPLv2) by Andrius Aucinas. A copy of the license may be found in the LICENSE file of this directory, or on Mozilla's website.