Update README.md: mention alignment is optional
parent
c701e5d00b
commit
bb7a92bf2b
|
@ -13,7 +13,8 @@ This project's goals roughly are to:
|
||||||
- Retain newlines and comments unmodified;
|
- Retain newlines and comments unmodified;
|
||||||
- Be clever about using the available horizontal space while not overflowing
|
- Be clever about using the available horizontal space while not overflowing
|
||||||
it if it cannot be avoided;
|
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.
|
- Have linear complexity in the size of the input.
|
||||||
|
|
||||||
At this point, these goals are completed to different degrees.
|
At this point, these goals are completed to different degrees.
|
||||||
|
|
Loading…
Reference in New Issue