Skip to content

Commit bf87918

Browse files
committed
Fix cookiecutter.json indentation
Replace tabs with 2 spaces to match the editorconfig configuration. Signed-off-by: Leandro Lucarella <[email protected]>
1 parent a7c7520 commit bf87918

File tree

1 file changed

+35
-35
lines changed

1 file changed

+35
-35
lines changed

cookiecutter/cookiecutter.json

Lines changed: 35 additions & 35 deletions
Original file line numberDiff line numberDiff line change
@@ -1,37 +1,37 @@
11
{
2-
"Introduction": "{{cookiecutter | introduction}}",
3-
"type": [
4-
"actor",
5-
"api",
6-
"app",
7-
"lib",
8-
"model"
9-
],
10-
"name": null,
11-
"description": null,
12-
"title": "{{cookiecutter | title}}",
13-
"keywords": "(comma separated: 'frequenz', <type> and <name> are included automatically)",
14-
"github_org": "frequenz-floss",
15-
"license": [
16-
"MIT",
17-
"Proprietary"
18-
],
19-
"author_name": "Frequenz Energy-as-a-Service GmbH",
20-
"author_email": "[email protected]",
21-
"python_package": "{{cookiecutter | python_package}}",
22-
"pypi_package_name": "{{cookiecutter | pypi_package_name}}",
23-
"github_repo_name": "{{cookiecutter | github_repo_name}}",
24-
"default_codeowners": "(like @some-org/some-team; defaults to a team based on the repo type)",
25-
"_extensions": [
26-
"jinja2_time.TimeExtension",
27-
"local_extensions.as_identifier",
28-
"local_extensions.default_codeowners",
29-
"local_extensions.github_repo_name",
30-
"local_extensions.introduction",
31-
"local_extensions.keywords",
32-
"local_extensions.pypi_package_name",
33-
"local_extensions.python_package",
34-
"local_extensions.src_path",
35-
"local_extensions.title"
36-
]
2+
"Introduction": "{{cookiecutter | introduction}}",
3+
"type": [
4+
"actor",
5+
"api",
6+
"app",
7+
"lib",
8+
"model"
9+
],
10+
"name": null,
11+
"description": null,
12+
"title": "{{cookiecutter | title}}",
13+
"keywords": "(comma separated: 'frequenz', <type> and <name> are included automatically)",
14+
"github_org": "frequenz-floss",
15+
"license": [
16+
"MIT",
17+
"Proprietary"
18+
],
19+
"author_name": "Frequenz Energy-as-a-Service GmbH",
20+
"author_email": "[email protected]",
21+
"python_package": "{{cookiecutter | python_package}}",
22+
"pypi_package_name": "{{cookiecutter | pypi_package_name}}",
23+
"github_repo_name": "{{cookiecutter | github_repo_name}}",
24+
"default_codeowners": "(like @some-org/some-team; defaults to a team based on the repo type)",
25+
"_extensions": [
26+
"jinja2_time.TimeExtension",
27+
"local_extensions.as_identifier",
28+
"local_extensions.default_codeowners",
29+
"local_extensions.github_repo_name",
30+
"local_extensions.introduction",
31+
"local_extensions.keywords",
32+
"local_extensions.pypi_package_name",
33+
"local_extensions.python_package",
34+
"local_extensions.src_path",
35+
"local_extensions.title"
36+
]
3737
}

0 commit comments

Comments
 (0)