@@ -7,7 +7,7 @@ search: false
77Most options are the same as Prettier's options.
88See also < https://prettier.io/docs/options >
99
10- # arrowParens
10+ ## arrowParens
1111
1212type: ` string | null `
1313
@@ -25,65 +25,69 @@ type: `boolean | null`
2525
2626Print spaces between brackets in object literals. (Default: true)
2727
28- # embeddedLanguageFormatting
28+ ## embeddedLanguageFormatting
2929
3030type: ` string | null `
3131
3232Control whether formats quoted code embedded in the file. (Default: "auto")
3333
34- # endOfLine
34+ ## endOfLine
3535
3636type: ` string | null `
3737
3838Which end of line characters to apply. (Default: "lf")
3939
40- # experimentalSortImports
40+ ## experimentalSortImports
4141
4242type: ` object | null `
4343
4444Experimental: Sort import statements. Disabled by default.
4545
46- ## experimentalSortImports.groups
46+ ### experimentalSortImports.groups
4747
4848type: ` array | null `
4949
5050Custom groups configuration for organizing imports.
5151Each array element represents a group, and multiple group names in the same array are treated as one.
5252Accepts both ` string ` and ` string[] ` as group elements.
5353
54- ### experimentalSortImports.groups[ n]
54+ #### experimentalSortImports.groups[ n]
5555
5656type: ` string[] `
5757
58- ## experimentalSortImports.ignoreCase
58+ ### experimentalSortImports.ignoreCase
5959
6060type: ` boolean `
6161
6262default: ` true `
6363
64- ## experimentalSortImports.newlinesBetween
64+ ### experimentalSortImports.internalPattern
65+
66+ type: ` string[] `
67+
68+ ### experimentalSortImports.newlinesBetween
6569
6670type: ` boolean `
6771
6872default: ` true `
6973
70- # experimentalSortImports.order
74+ ### experimentalSortImports.order
7175
7276type: ` string | null `
7377
74- ## experimentalSortImports.partitionByComment
78+ ### experimentalSortImports.partitionByComment
7579
7680type: ` boolean `
7781
7882default: ` false `
7983
80- ## experimentalSortImports.partitionByNewline
84+ ### experimentalSortImports.partitionByNewline
8185
8286type: ` boolean `
8387
8488default: ` false `
8589
86- ## experimentalSortImports.sortSideEffects
90+ ### experimentalSortImports.sortSideEffects
8791
8892type: ` boolean `
8993
@@ -101,7 +105,7 @@ type: `boolean | null`
101105
102106Use single quotes instead of double quotes in JSX. (Default: false)
103107
104- # objectWrap
108+ ## objectWrap
105109
106110type: ` string | null `
107111
@@ -114,7 +118,7 @@ type: `integer | null`
114118
115119The line length that the printer will wrap on. (Default: 100)
116120
117- # quoteProps
121+ ## quoteProps
118122
119123type: ` string | null `
120124
@@ -144,7 +148,7 @@ type: `integer | null`
144148
145149Number of spaces per indentation level. (Default: 2)
146150
147- # trailingComma
151+ ## trailingComma
148152
149153type: ` string | null `
150154
0 commit comments