mirror of
https://github.com/Ponce/slackbuilds
synced 2024-12-02 13:04:42 +01:00
2f364f6321
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
8 lines
379 B
Text
8 lines
379 B
Text
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 didn’t 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.
|