Commit 3be6b29d authored by w-e-w's avatar w-e-w Committed by AUTOMATIC1111
Browse files

indent=4 config.json

parent c623fa1f
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -348,7 +348,7 @@ class Options:

    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: