From bb7a92bf2b67892ed05ca8c10a978024550eb744 Mon Sep 17 00:00:00 2001 From: Lennart Spitzner Date: Tue, 2 May 2017 20:14:59 +0200 Subject: [PATCH] Update README.md: mention alignment is optional --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 79a7b74..0b19d32 100644 --- a/README.md +++ b/README.md @@ -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.