Update README.md: mention alignment is optional

pull/35/head
Lennart Spitzner 2017-05-02 20:14:59 +02:00 committed by GitHub
parent c701e5d00b
commit bb7a92bf2b
1 changed files with 2 additions and 1 deletions

View File

@ -13,7 +13,8 @@ This project's goals roughly are to:
- Retain newlines and comments unmodified;
- Be clever about using the available horizontal space while not overflowing
it if it cannot be avoided;
- Be clever about aligning things horizontally.
- Be clever about aligning things horizontally (this can be turned off
completely however);
- Have linear complexity in the size of the input.
At this point, these goals are completed to different degrees.