src/eric7/CodeFormatting/__init__.py

branch
eric7
changeset 9453
e5065dde905d
parent 9214
bd28e56047d7
child 9653
e67609152c5e
equal deleted inserted replaced
9452:325c6de4b1f5 9453:e5065dde905d
7 Package implementing dialogs to perform some code formatting. 7 Package implementing dialogs to perform some code formatting.
8 8
9 The supported code formatting systems are these. 9 The supported code formatting systems are these.
10 <ul> 10 <ul>
11 <li><a href="https://github.com/psf/black">Black</a></li> 11 <li><a href="https://github.com/psf/black">Black</a></li>
12 <li><a href="https://pycqa.github.io/isort/">isort</a></li>
12 </ul 13 </ul
13 """ 14 """

eric ide

mercurial