From: Ash Date: Sun, 21 Nov 2021 15:02:08 +0000 (+0000) Subject: Change `cfg` to `ini` for text highlighting (#2632) X-Git-Url: https://git.madduck.net/etc/vim.git/commitdiff_plain/40759445c9e5210fb441679d6c0e42921de89ed6?hp=05954c0950637aa1039d0ac86a4a7e832cbffd9f Change `cfg` to `ini` for text highlighting (#2632) --- diff --git a/docs/guides/using_black_with_other_tools.md b/docs/guides/using_black_with_other_tools.md index 0942181..9938d81 100644 --- a/docs/guides/using_black_with_other_tools.md +++ b/docs/guides/using_black_with_other_tools.md @@ -97,7 +97,7 @@ does not break older versions so you can keep it if you are running previous ver
.isort.cfg -```cfg +```ini [settings] profile = black ``` @@ -107,7 +107,7 @@ profile = black
setup.cfg -```cfg +```ini [isort] profile = black ``` @@ -181,7 +181,7 @@ extend-ignore = E203
setup.cfg -```cfg +```ini [flake8] max-line-length = 88 extend-ignore = E203