Change cfg
to ini
for text highlighting (#2632)
This commit is contained in:
parent
05954c0950
commit
40759445c9
@ -97,7 +97,7 @@ does not break older versions so you can keep it if you are running previous ver
|
|||||||
<details>
|
<details>
|
||||||
<summary>.isort.cfg</summary>
|
<summary>.isort.cfg</summary>
|
||||||
|
|
||||||
```cfg
|
```ini
|
||||||
[settings]
|
[settings]
|
||||||
profile = black
|
profile = black
|
||||||
```
|
```
|
||||||
@ -107,7 +107,7 @@ profile = black
|
|||||||
<details>
|
<details>
|
||||||
<summary>setup.cfg</summary>
|
<summary>setup.cfg</summary>
|
||||||
|
|
||||||
```cfg
|
```ini
|
||||||
[isort]
|
[isort]
|
||||||
profile = black
|
profile = black
|
||||||
```
|
```
|
||||||
@ -181,7 +181,7 @@ extend-ignore = E203
|
|||||||
<details>
|
<details>
|
||||||
<summary>setup.cfg</summary>
|
<summary>setup.cfg</summary>
|
||||||
|
|
||||||
```cfg
|
```ini
|
||||||
[flake8]
|
[flake8]
|
||||||
max-line-length = 88
|
max-line-length = 88
|
||||||
extend-ignore = E203
|
extend-ignore = E203
|
||||||
|
Loading…
Reference in New Issue
Block a user