Skip to content

Commit

Permalink
indent=4 config.json
Browse files Browse the repository at this point in the history
  • Loading branch information
w-e-w authored and AUTOMATIC1111 committed Oct 24, 2022
1 parent c623fa1 commit 3be6b29
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/shared.py
Original file line number Diff line number Diff line change
Expand Up @@ -348,7 +348,7 @@ def __getattr__(self, item):

def save(self, filename):
with open(filename, "w", encoding="utf8") as file:
json.dump(self.data, file)
json.dump(self.data, file, indent=4)

def same_type(self, x, y):
if x is None or y is None:
Expand Down

0 comments on commit 3be6b29

Please sign in to comment.