Skip to content

Commit c809f5a

Browse files
committed
Update description of 'relative' choice
1 parent 47379d5 commit c809f5a

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

src/options.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,8 @@ export const options: SupportOptions = {
3636
},
3737
{
3838
value: 'relative',
39-
description: 'Each line ends at a `printWidth` distance from the start of the class name.',
39+
description:
40+
'Each line ends at a `printWidth` distance from the start of the non-whitespace text.',
4041
},
4142
],
4243
},

0 commit comments

Comments
 (0)