Skip to content

Commit 2495742

Browse files
committed
Tweak docs formatting
1 parent d4fdc13 commit 2495742

File tree

1 file changed

+21
-21
lines changed

1 file changed

+21
-21
lines changed

README.md

Lines changed: 21 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -250,27 +250,27 @@ the formatter falls back to a compact style with no extra spaces or indentation.
250250

251251
#### Options
252252

253-
| Option | Type/Values | Description |
254-
|------------------------------|------------------------|--------------------------------------------------------|
255-
| `indentationLevel` | `number` | Base indentation level for the document. |
256-
| `indentationCharacter` | `'space' \| 'tab'` | Character used for indentation. |
257-
| `string.quote` | `'single' \| 'double'` | Quotation style for string values. |
258-
| `property.quote` | `'single' \| 'double'` | Quotation style for property keys. |
259-
| `property.unquoted` | `boolean` | Allow unquoted property keys when valid. |
260-
| `array.indentationSize` | `number` | Indentation size for array entries. |
261-
| `array.trailingIndentation` | `boolean` | Indent closing bracket on a new line. |
262-
| `array.leadingIndentation` | `boolean` | Indent opening bracket on a new line. |
263-
| `array.entryIndentation` | `boolean` | Indent each array entry. |
264-
| `array.trailingComma` | `boolean` | Append a trailing comma after the last entry. |
265-
| `array.commaSpacing` | `boolean` | Add space after commas in arrays. |
266-
| `array.colonSpacing` | `boolean` | Add space after colons in arrays (for objects inline). |
267-
| `object.indentationSize` | `number` | Indentation size for object properties. |
268-
| `object.trailingIndentation` | `boolean` | Indent closing brace on a new line. |
269-
| `object.leadingIndentation` | `boolean` | Indent opening brace on a new line. |
270-
| `object.entryIndentation` | `boolean` | Indent each object property. |
271-
| `object.trailingComma` | `boolean` | Append a trailing comma after the last property. |
272-
| `object.commaSpacing` | `boolean` | Add space after commas in objects. |
273-
| `object.colonSpacing` | `boolean` | Add space after colons in objects. |
253+
| Option | Type/Values | Description |
254+
|------------------------------|----------------------|--------------------------------------------------------|
255+
| `indentationLevel` | `number` | Base indentation level for the document. |
256+
| `indentationCharacter` | `'space'\|'tab'` | Character used for indentation. |
257+
| `string.quote` | `'single'\|'double'` | Quotation style for string values. |
258+
| `property.quote` | `'single'\|'double'` | Quotation style for property keys. |
259+
| `property.unquoted` | `boolean` | Allow unquoted property keys when valid. |
260+
| `array.indentationSize` | `number` | Indentation size for array entries. |
261+
| `array.trailingIndentation` | `boolean` | Indent closing bracket on a new line. |
262+
| `array.leadingIndentation` | `boolean` | Indent opening bracket on a new line. |
263+
| `array.entryIndentation` | `boolean` | Indent each array entry. |
264+
| `array.trailingComma` | `boolean` | Append a trailing comma after the last entry. |
265+
| `array.commaSpacing` | `boolean` | Add space after commas in arrays. |
266+
| `array.colonSpacing` | `boolean` | Add space after colons in arrays (for objects inline). |
267+
| `object.indentationSize` | `number` | Indentation size for object properties. |
268+
| `object.trailingIndentation` | `boolean` | Indent closing brace on a new line. |
269+
| `object.leadingIndentation` | `boolean` | Indent opening brace on a new line. |
270+
| `object.entryIndentation` | `boolean` | Indent each object property. |
271+
| `object.trailingComma` | `boolean` | Append a trailing comma after the last property. |
272+
| `object.commaSpacing` | `boolean` | Add space after commas in objects. |
273+
| `object.colonSpacing` | `boolean` | Add space after colons in objects. |
274274

275275
#### Quick recipes
276276

0 commit comments

Comments
 (0)