From 5fbf2063470532d0f179f44227b80787e5374838 Mon Sep 17 00:00:00 2001 From: "Alex A. Naanou" Date: Tue, 2 Jun 2020 15:57:05 +0300 Subject: [PATCH] updated docs... Signed-off-by: Alex A. Naanou --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 8a815f8..5ec154e 100755 --- a/README.md +++ b/README.md @@ -813,7 +813,7 @@ to make source printing in console more pleasant to read. `tab_size` defaults to `object.TAB_SIZE` -`keep_tabs` defaults to `object.KEEP_TABS` +`keep_indent` defaults to `object.KEEP_INDENT` A shorthand to `normalizeIndent(..)` optimized for text rather than code @@ -822,7 +822,7 @@ normalizeTextIndent(..) -> ``` -This ignores `object.KEEP_TABS` and `keep_tabs` is 0 by default. +This ignores `object.KEEP_INDENT` and `keep_indent` is 0 by default. ### `match(..)`