Mention minimal diffs in the readme

[skip ci]
This commit is contained in:
mrkkrp 2019-05-17 12:18:01 +02:00
parent 3553fc35d0
commit ae3ea9b5b6
No known key found for this signature in database
GPG Key ID: 8564658B2889FF7C

View File

@ -11,6 +11,8 @@ the following features in mind:
it means that the project follows the path of [`hindent`][hindent] and is
very much about printing AST in a particular way.
* Implementing one “true” formatting style which admits no configuration.
* That formatting style aims to result in minimal diffs while still
remaining very close to “conventional” Haskell formatting people use.
* Let the layout of the input influence the layout choices in the output.
This means that the choices between single-line/multi-line layouts in each
particular situation are made by the user, not by an algorithm. This makes