src/eric7/CodeFormatting/__init__.py

Wed, 26 Oct 2022 18:47:23 +0200

author
Detlev Offenbach <detlev@die-offenbachs.de>
date
Wed, 26 Oct 2022 18:47:23 +0200
branch
eric7
changeset 9436
731d146193e2
parent 9214
bd28e56047d7
child 9453
e5065dde905d
permissions
-rw-r--r--

Added an 'About Black' entry to the Code Formatting menus of the project sources browser and the editor.

# -*- 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