src/eric7/CodeFormatting/__init__.py

branch
eric7
changeset 9214
bd28e56047d7
child 9453
e5065dde905d
--- /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
+"""

eric ide

mercurial