updated docs...

Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
Alex A. Naanou 2020-06-02 15:57:05 +03:00
parent 507fa5f80f
commit 5fbf206347

View File

@ -813,7 +813,7 @@ to make source printing in console more pleasant to read.
`tab_size` defaults to `object.TAB_SIZE` `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 A shorthand to `normalizeIndent(..)` optimized for text rather than code
@ -822,7 +822,7 @@ normalizeTextIndent(..)
-> <text> -> <text>
``` ```
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(..)` ### `match(..)`