We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b2660ed commit 4970cabCopy full SHA for 4970cab
1 file changed
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