mirror of
https://github.com/Grasscutters/mitmproxy.git
synced 2024-11-26 02:10:59 +00:00
Provide more sensible serializer options.
This commit is contained in:
parent
e9f6302ec7
commit
ff2d7a7501
@ -27,6 +27,11 @@ except ImportError: # pragma nocover
|
||||
else:
|
||||
cssutils.log.setLevel(logging.CRITICAL)
|
||||
|
||||
cssutils.ser.prefs.keepComments = True
|
||||
cssutils.ser.prefs.omitLastSemicolon = False
|
||||
cssutils.ser.prefs.indentClosingBrace = False
|
||||
cssutils.ser.prefs.validOnly = False
|
||||
|
||||
VIEW_CUTOFF = 1024*50
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user