We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b2660ed + 4970cab commit 0555894Copy full SHA for 0555894
jconfig/jconfig.py
@@ -34,4 +34,4 @@ def load(self, filename, **kwargs):
34
35
def save(self):
36
with open(self._filename, 'w') as f:
37
- json.dump(self._settings, f)
+ json.dump(self._settings, f, indent=2, sort_keys=True)
0 commit comments