json: minify by default (#39457)
This commit is contained in:
parent
47f176d635
commit
b451791336
@ -11,7 +11,7 @@
|
|||||||
|
|
||||||
__all__ = ["load", "dump", "SpackJSONError"]
|
__all__ = ["load", "dump", "SpackJSONError"]
|
||||||
|
|
||||||
_json_dump_args = {"indent": 2, "separators": (",", ": ")}
|
_json_dump_args = {"indent": None, "separators": (",", ":")}
|
||||||
|
|
||||||
|
|
||||||
def load(stream: Any) -> Dict:
|
def load(stream: Any) -> Dict:
|
||||||
|
Loading…
Reference in New Issue
Block a user