Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 258f7c9

Browse files
Ae-McLee-W
authored andcommitted
docs(config.md,customization.md): Fix indentation (replace tabs (\t) with four spaces)
1 parent 8062105 commit 258f7c9

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

‎docs/config.md‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,8 @@ JSON might be a more common configuration format for non-python projects, so Com
3838
"name": "cz_conventional_commits",
3939
"version": "0.1.0",
4040
"version_files": [
41-
"src/__version__.py",
42-
"pyproject.toml:version"
41+
"src/__version__.py",
42+
"pyproject.toml:version"
4343
],
4444
"style": [
4545
[

‎docs/customization.md‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ The equivalent example for a json config file:
5050
```json
5151
{
5252
"commitizen": {
53-
"name": "cz_customize",
53+
"name": "cz_customize",
5454
"customize": {
5555
"message_template": "{{change_type}}:{% if show_message %} {{message}}{% endif %}",
5656
"example": "feature: this feature enable customize through config file",
@@ -64,7 +64,7 @@ The equivalent example for a json config file:
6464
"hotfix": "PATCH"
6565
},
6666
"change_type_order": ["BREAKING CHANGE", "feat", "fix", "refactor", "perf"],
67-
"info_path": "cz_customize_info.txt",
67+
"info_path": "cz_customize_info.txt",
6868
"info": "This is customized info",
6969
"questions": [
7070
{

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /