Skip to content

Commit 2de4fc9

Browse files
committed
Add some minor style details
1 parent fd21a2f commit 2de4fc9

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

ruleset-style.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,8 @@ plus a plain rewrite from "^http:" to "^https:".
3838

3939
Prefer dashes over underscores in filenames. Dashes are easier to type.
4040

41+
Use tabs and double quotes (`"`, not `'`).
42+
4143
When matching an arbitrary DNS label (a single component of a hostname), prefer
4244
`([\w-]+)` for a single label (i.e www), or `([\w.-]+)` for multiple labels
4345
(i.e. www.beta). Avoid more visually complicated options like `([^/:@\.]+\.)?`.
@@ -98,3 +100,4 @@ test URLs:
98100
to="https:" />
99101
100102
</ruleset>
103+

0 commit comments

Comments
 (0)