This commit is contained in:
2021-03-13 21:36:04 +01:00
parent 1ba698d12a
commit 2778ac0b4d
2 changed files with 3 additions and 3 deletions

View File

@@ -118,7 +118,7 @@ class NewService(CommandABC):
os.makedirs(project_path)
with open(os.path.join(project_path, 'cpl.json'), 'w') as project_json:
project_json.write(json.dumps(self._project_json, indent=4))
project_json.write(json.dumps(self._project_json, indent=2))
project_json.close()
templates: list[TemplateFileABC] = [