From c30704d6bb87267d93b70df95158b20a0787ce5e Mon Sep 17 00:00:00 2001 From: "Alex A. Naanou" Date: Fri, 8 May 2020 16:03:02 +0300 Subject: [PATCH] docs... Signed-off-by: Alex A. Naanou --- README.md | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 90a1742..73a5b9b 100755 --- a/README.md +++ b/README.md @@ -653,8 +653,14 @@ to make source printing in console more pleasant to read. `keep_tabs` defaults to `object.KEEP_TABS` -`normalizeTextIndent(..)` is a shorthand optimized for text rather than -code -- ignores `object.KEEP_TABS` and `keep_tabs` is 0 by default. + +A shorthand to 'normalizeIndent(..)' optimized for text rather than code +``` +normalizeTextIndent(..) + -> +``` + +This ignores `object.KEEP_TABS` and `keep_tabs` is 0 by default. ### `match(..)`