@@ -69,24 +69,25 @@ Defaults to `"comma"`.
6969<a name =" type-formatting-options-objectfieldindent " ></a >
7070### <code >objectFieldIndent</code >
7171
72- Indicates the whitespace to be added on each line preceding an object
73- property-value field. Defaults to the empty string.
72+ A string indicating the whitespace to be added on each line preceding an
73+ object property-value field. Defaults to the empty string.
7474
7575<a name =" user-content-type-formatting-options-objectfieldseparatortrailingpunctuation " ></a >
7676<a name =" type-formatting-options-objectfieldseparatortrailingpunctuation " ></a >
7777### <code >objectFieldSeparatorTrailingPunctuation</code >
7878
7979If ` separatorForSingleObjectField ` is not in effect (i.e., if it is ` false `
8080or there are multiple property-value object fields present), this property
81- will determine whether to add trailing punctuation corresponding to the
82- ` objectFieldSeparator ` . Defaults to ` false ` .
81+ will determine whether to add punctuation corresponding to the
82+ ` objectFieldSeparator ` (e.g., a semicolon) to the final object field.
83+ Defaults to ` false ` .
8384
8485<a name =" user-content-type-formatting-options-separatorforsingleobjectfield " ></a >
8586<a name =" type-formatting-options-separatorforsingleobjectfield " ></a >
8687### <code >separatorForSingleObjectField</code >
8788
88- Whether to apply the ` objectFieldSeparator ` when there is only one
89- property-value object field present. Defaults to ` false ` .
89+ Whether to apply the ` objectFieldSeparator ` (e.g., a semicolon) when there
90+ is only one property-value object field present. Defaults to ` false ` .
9091
9192<a name =" user-content-type-formatting-options-typebracketspacing " ></a >
9293<a name =" type-formatting-options-typebracketspacing " ></a >
@@ -100,14 +101,14 @@ to the empty string.
100101<a name =" type-formatting-options-unionspacing " ></a >
101102### <code >unionSpacing</code >
102103
103- Determines the spacing to add to unions (` | ` ). Defaults to a single space.
104+ Determines the spacing to add to unions (` | ` ). Defaults to a single space ( ` " " ` ) .
104105
105106|||
106107| ---| ---|
107108| Context| everywhere|
108- | Tags| ``|
109+ | Tags| ` param ` , ` property ` , ` returns ` , ` this ` , ` throws ` , ` type ` , ` typedef ` , ` yields ` |
109110| Recommended| false|
110- | Settings||
111+ | Settings| ` mode ` |
111112| Options| ` arrayBrackets ` , ` enableFixer ` , ` genericDot ` , ` objectFieldIndent ` , ` objectFieldQuote ` , ` objectFieldSeparator ` , ` objectFieldSeparatorTrailingPunctuation ` , ` propertyQuotes ` , ` separatorForSingleObjectField ` , ` stringQuotes ` , ` typeBracketSpacing ` , ` unionSpacing ` |
112113
113114<a name =" user-content-type-formatting-failing-examples " ></a >
0 commit comments