summaryrefslogtreecommitdiffstats
path: root/python/yapf/README
blob: 68b4dfce9a1045f6cb9e805613c2839047cc2a79 (plain)
1
2
3
4
5
6
7
8
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.