src/eric7/CodeFormatting/__init__.py

branch
eric7
changeset 9214
bd28e56047d7
child 9453
e5065dde905d
equal deleted inserted replaced
9213:2bf743848d2f 9214:bd28e56047d7
1 # -*- coding: utf-8 -*-
2
3 # Copyright (c) 2022 Detlev Offenbach <detlev@die-offenbachs.de>
4 #
5
6 """
7 Package implementing dialogs to perform some code formatting.
8
9 The supported code formatting systems are these.
10 <ul>
11 <li><a href="https://github.com/psf/black">Black</a></li>
12 </ul
13 """

eric ide

mercurial