File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -33,13 +33,14 @@ function EmptyYaml({ id }: { id: string | undefined }) {
3333 < VSCodeLink href = "https://ast-grep.github.io/advanced/faq.html#why-is-rule-matching-order-sensitive" >
3434 Rule order
3535 </ VSCodeLink > { ' ' }
36- can be important. Try using < code > all</ code > .
36+ can be important. Try using < code style = { codeStyle } > all</ code > .
3737 </ li >
3838 < li >
3939 < VSCodeLink href = "https://ast-grep.github.io/guide/rule-config/relational-rule.html#stopby" >
4040 Relational rules
4141 </ VSCodeLink > { ' ' }
42- like < code > has</ code > /< code > inside</ code > ) needs < code > stopBy: end</ code > .
42+ like < code style = { codeStyle } > has</ code > /< code style = { codeStyle } > inside</ code > ) needs{ ' ' }
43+ < code style = { codeStyle } > stopBy: end</ code > .
4344 </ li >
4445 < li >
4546 Adjust your gitignore files.{ ' ' }
You can’t perform that action at this time.
0 commit comments