Skip to content

Commit

Permalink
docs: reorder options
Browse files Browse the repository at this point in the history
  • Loading branch information
schoero committed Aug 13, 2024
1 parent adfc897 commit 0d58f66
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions docs/rules/multiline.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,15 @@ Enforce tailwind classes to be broken up into multiple lines. It is possible to

## Options

- `printWidth`

The maximum line length. Lines are wrapped appropriately to stay within this limit. The value `0` disables line wrapping by `printWidth`.

**Type**: `number`
**Default**: `80`

<br/>

- `classesPerLine`

The maximum amount of classes per line. Lines are wrapped appropriately to stay within this limit . The value `0` disables line wrapping by `classesPerLine`.
Expand Down Expand Up @@ -52,15 +61,6 @@ Enforce tailwind classes to be broken up into multiple lines. It is possible to

<br/>

- `printWidth`

The maximum line length. Lines are wrapped appropriately to stay within this limit. The value `0` disables line wrapping by `printWidth`.

**Type**: `number`
**Default**: `80`

<br/>

- `classAttributes`

The name of the attribute that contains the tailwind classes.
Expand Down

0 comments on commit 0d58f66

Please sign in to comment.