Skip to content

Commit dca05de

Browse files
committed
docs(README): add document for options.ambiguousEastAsianCharWidth
1 parent 4d6c31c commit dca05de

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

README.md

+8
Original file line numberDiff line numberDiff line change
@@ -99,6 +99,14 @@ Name to show if target object is detected as circular structure.
9999

100100
Line separator to use in power assert output.
101101

102+
#### options.ambiguousEastAsianCharWidth
103+
104+
| type | default value |
105+
|:---------|:--------------|
106+
| `number` | `2` |
107+
108+
Width of 'Ambiguous' characters defined in [Unicode Standard Annex \#11 EAST ASIAN WIDTH](http://www.unicode.org/reports/tr11/#Ambiguous). Configure `options.ambiguousEastAsianCharWidth` to treat ambiguous east asian character as fullwidth (= `2`) or narrow (= `1`). Default is `2`.
109+
102110
#### options.widthOf
103111

104112
| type | default value |

0 commit comments

Comments
 (0)