Skip to content

Commit 88b2614

Browse files
committed
STYLE: Fix formatting of json files
This commit updates the sources files based on the automatic fixes applied using the "mirrors-prettier" pre-commit hook introduced in the subsequent commit.
1 parent 749d48b commit 88b2614

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

cookiecutter.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22
"project_name": "SlicerCustomAppTemplate",
33
"github_organization": "Kitware",
44
"github_project": "{{ cookiecutter.project_name }}",
5-
"org_domain" : "kitware.com",
6-
"org_name" : "Kitware, Inc.",
7-
"app_name" : "{{ cookiecutter.project_name }}",
8-
"bundle_identifier" : "{{ cookiecutter.org_domain.split('.') | reverse | join('.') }}.{{ cookiecutter.project_name | lower }}",
5+
"org_domain": "kitware.com",
6+
"org_name": "Kitware, Inc.",
7+
"app_name": "{{ cookiecutter.project_name }}",
8+
"bundle_identifier": "{{ cookiecutter.org_domain.split('.') | reverse | join('.') }}.{{ cookiecutter.project_name | lower }}",
99
"app_version_major": "0",
1010
"app_version_minor": "1",
1111
"app_version_patch": "0",

0 commit comments

Comments
 (0)