Skip to content

Commit 310c3f1

Browse files
committed
Fromat rule.ls
1 parent 2424a96 commit 310c3f1

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

res/rule.ls

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
1-
# RULE file aims to be a minimal configuration file format that's easy to read
2-
# due to obvious semantics. Each line in the file represents a rule, and each
3-
# rule consists of mode and glob. Mode is a character that describes whether
4-
# the host should be accessed through a proxy, and the glob is a glob-style
5-
# string.
1+
# Rule file aims to be a minimal configuration file format that's easy to read due to obvious semantics. Each line in
2+
# the file represents a rule, and each rule consists of mode and glob. Mode is a character that describes whether the
3+
# host should be accessed through a proxy, and the glob is a glob-style string.
64
#
75
# Glob patterns:
86
# h?llo matches hello, hallo and hxllo
@@ -11,7 +9,7 @@
119
# h[^e]llo matches hallo, hbllo, ... but not hello
1210
# h[a-b]llo matches hallo and hbllo
1311
#
14-
# This is a normal RULE document:
12+
# This is a normal rule.ls document:
1513
# L a.com a.a.com
1614
# R b.com *.b.com
1715
# B c.com

0 commit comments

Comments
 (0)