src/eric7/CodeFormatting/__init__.py@073b872fce59
src/eric7/CodeFormatting/__init__.py
Mon, 19 Sep 2022 19:44:38 +0200
- author
- Detlev Offenbach <detlev@die-offenbachs.de>
- date
- Mon, 19 Sep 2022 19:44:38 +0200
- branch
- eric7
- changeset 9337
- 073b872fce59
- parent 9214
-
bd28e56047d7
- child 9453
-
e5065dde905d
- permissions
- -rw-r--r--
Code Formatting
- added a Project menu entry to just configure the formatting parameters
# -*- 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
"""