You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+8
Original file line number
Diff line number
Diff line change
@@ -99,6 +99,14 @@ Name to show if target object is detected as circular structure.
99
99
100
100
Line separator to use in power assert output.
101
101
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`.
0 commit comments