We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents dc22f2e + 986f2d8 commit a958ed4Copy full SHA for a958ed4
commitizen/config/json_config.py
@@ -27,7 +27,7 @@ def set_key(self, key, value):
27
28
parser["commitizen"][key] = value
29
with open(self.path, "w") as f:
30
- json.dump(parser, f)
+ json.dump(parser, f, indent=2)
31
return self
32
33
def _parse_setting(self, data: Union[bytes, str]):
0 commit comments