SlackBuildsOrg/python/yapf
Tonus 2f364f6321
python/yapf: Added (A formatter for Python code.)
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
2023-01-21 10:22:05 +07:00
..
README
slack-desc
yapf.info
yapf.SlackBuild

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

In essence, the algorithm takes the code and reformats it to
the best formatting that conforms to the style guide, even
if the original code didnt violate the style guide.

The ultimate goal is that the code YAPF produces is as good
as the code that a programmer would write if they were
following the style guide. It takes away some of the drudgery
of maintaining your code.