Skip to content

Commit 8f4dde5

Browse files
committed
docs(config/configuration_file.md): fix indent
1 parent f4966af commit 8f4dde5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/config/configuration_file.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ The first valid configuration file found will be used. If no configuration file
2222

2323
!!! note
2424
Commitizen supports explicitly specifying a configuration file using the `--config` option, which is useful when the configuration file is not located in the project root directory.
25-
When `--config` is provided, Commitizen will only load configuration from the specified file and will not search for configuration files using the default search order described above. If the specified configuration file does not exist, Commitizen raises the `ConfigFileNotFound` error.If the specified configuration file exists but is empty, Commitizen raises the `ConfigFileIsEmpty` error.
25+
When `--config` is provided, Commitizen will only load configuration from the specified file and will not search for configuration files using the default search order described above. If the specified configuration file does not exist, Commitizen raises the `ConfigFileNotFound` error. If the specified configuration file exists but is empty, Commitizen raises the `ConfigFileIsEmpty` error.
2626

2727
```bash
2828
cz --config <PATH> <command>

0 commit comments

Comments
 (0)