summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRoman Vlasenko <klavionik@gmail.com>2023-02-15 18:41:53 +0300
committerRoman Vlasenko <klavionik@gmail.com>2023-02-15 18:42:47 +0300
commit303c80095d05aa77dd114f74fc3e35d855f2748f (patch)
tree3b6b68acca585cd02fc519d68cfc479ecf0c0b83
parent78a2d8ce7e8742bf975c5fecd6d1bbe3a1007afd (diff)
downloadisort-303c80095d05aa77dd114f74fc3e35d855f2748f.tar.gz
Properly indent the last tip block in the Config Files section
-rw-r--r--docs/configuration/config_files.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/configuration/config_files.md b/docs/configuration/config_files.md
index 88b8a4ad..df8c1009 100644
--- a/docs/configuration/config_files.md
+++ b/docs/configuration/config_files.md
@@ -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.