diff -r 2bf743848d2f -r bd28e56047d7 src/eric7/CodeFormatting/__init__.py --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/src/eric7/CodeFormatting/__init__.py Mon Jul 11 16:42:50 2022 +0200 @@ -0,0 +1,13 @@ +# -*- coding: utf-8 -*- + +# Copyright (c) 2022 Detlev Offenbach <detlev@die-offenbachs.de> +# + +""" +Package implementing dialogs to perform some code formatting. + +The supported code formatting systems are these. +<ul> +<li><a href="https://github.com/psf/black">Black</a></li> +</ul +"""