4 <meta charset="UTF-8"> |
4 <meta charset="UTF-8"> |
5 <link rel="stylesheet" href="styles.css"> |
5 <link rel="stylesheet" href="styles.css"> |
6 </head> |
6 </head> |
7 <body> |
7 <body> |
8 <h1>eric7.CodeFormatting</h1> |
8 <h1>eric7.CodeFormatting</h1> |
9 |
|
10 <p> |
9 <p> |
11 Package implementing dialogs to perform some code formatting. |
10 Package implementing dialogs to perform some code formatting. |
12 </p> |
11 </p> |
13 <p> |
12 <p> |
14 The supported code formatting systems are these. |
13 The supported code formatting systems are these. |
15 <ul> |
14 <ul> |
16 <li><a href="https://github.com/psf/black">Black</a></li> |
15 <li><a href="https://github.com/psf/black">Black</a></li> |
17 <li><a href="https://pycqa.github.io/isort/">isort</a></li> |
16 <li><a href="https://pycqa.github.io/isort/">isort</a></li> |
18 </ul |
17 </ul |
19 </p> |
18 </p> |
|
19 |
20 |
20 |
21 |
21 |
22 <h3>Modules</h3> |
22 <h3>Modules</h3> |
23 <table> |
23 <table> |
24 |
24 |