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