Skip to content

Commit

Permalink
Properly indent the last tip block in the Config Files section
Browse files Browse the repository at this point in the history
  • Loading branch information
Klavionik committed Feb 15, 2023
1 parent 78a2d8c commit 303c800
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/configuration/config_files.md
Original file line number Diff line number Diff line change
Expand Up @@ -115,4 +115,4 @@ directory_root
isort will sort `subdir1/file1` according to the configurations defined in `subdir1/.isort.cfg`, `subdir2/file2` with configurations from `subdir2/pyproject.toml` and `subdir3/file3.py` based on the `setup.cfg` settings.

!!! tip
You can always confirm exactly what config file was used for a file by running isort with the `--verbose` flag.
You can always confirm exactly what config file was used for a file by running isort with the `--verbose` flag.

0 comments on commit 303c800

Please sign in to comment.