qutebrowser/qutebrowser/config
Marcel Schilling 99ad1547bc break long lines in configdata YAML file
* max. 79 chars (as per PEP8)
 * two long lines remain (as I didn't know how to safely break them):

>    389      - "http://malwaredomains.lehigh.edu/files/justdomains.zip"
> -> 390      - "https://pgl.yoyo.org/adservers/serverlist.php?hostformat=hosts&mimetype=plaintext"
>    391    type:
> --
>   2222        Sh: open qute://history
> ->2223        xx: config-cycle statusbar.hide ;; config-cycle tabs.show always switching
>   2224        xt: config-cycle tabs.show always switching
2017-11-03 08:44:11 +01:00
..
__init__.py Finally update copyrights... 2017-05-09 21:37:03 +02:00
config.py Show nicer errors when trying to set deleted/renamed options 2017-10-11 08:00:38 +02:00
configcommands.py Show better error message when trying to toggle with :set 2017-10-17 06:26:42 +02:00
configdata.py Implement deleting/renaming values in configdata.yml 2017-10-11 07:13:51 +02:00
configdata.yml break long lines in configdata YAML file 2017-11-03 08:44:11 +01:00
configdiff.py Clarify qute://configdiff/old title 2017-11-01 22:36:59 +01:00
configexc.py Show nicer errors when trying to set deleted/renamed options 2017-10-11 08:00:38 +02:00
configfiles.py Update configfiles.py: line too long fix 2017-10-26 02:04:09 +08:00
configinit.py Fix setting monospace fonts with None values 2017-10-16 06:18:09 +02:00
configtypes.py Also accept {file} placeholder 2017-10-12 23:48:49 +02:00
websettings.py Refactor websettings for new config 2017-07-02 22:17:33 +02:00