mirror of
https://github.com/mandiant/capa.git
synced 2025-12-12 15:49:46 -08:00
dont change quotes when dumping
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user