You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .README/rules/tag-lines.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -27,7 +27,7 @@ Removes or adds lines between tags or trailing tags.
27
27
|Tags|Any|
28
28
|Recommended|true|
29
29
|Settings|N/A|
30
-
|Options|string ("always", "any", "never") followed by object with `applyToEndTag`, `count`, `endLines`, `maxBlockLines`, `startLines`, `tags`|
30
+
|Options|string ("always", "any", "never") followed by object with `applyToEndTag`, `count`, `endLines`, `maxBlockLines`, `startLines`, `startLinesWithNoTags`, `tags`|
If set to a number, will enforce a starting lines count when there are no tags. Defaults to `undefined`.
98
+
92
99
<aname="user-content-tag-lines-options-tags"></a>
93
100
<aname="tag-lines-options-tags"></a>
94
101
### <code>tags</code>
@@ -114,7 +121,7 @@ Defaults to empty object.
114
121
|Tags|Any|
115
122
|Recommended|true|
116
123
|Settings|N/A|
117
-
|Options|string ("always", "any", "never") followed by object with `applyToEndTag`, `count`, `endLines`, `maxBlockLines`, `startLines`, `tags`|
124
+
|Options|string ("always", "any", "never") followed by object with `applyToEndTag`, `count`, `endLines`, `maxBlockLines`, `startLines`, `startLinesWithNoTags`, `tags`|
0 commit comments