dont change quotes when dumping

This commit is contained in:
Moritz Raabe
2021-01-27 15:30:00 +01:00
parent a81f98be8e
commit d6e73577af

View File

@@ -600,6 +600,9 @@ class Rule(object):
# use block mode, not inline json-like mode
y.default_flow_style = False
# leave quotes unchanged
y.preserve_quotes = True
# indent lists by two spaces below their parent
#
# features: