Skip to content

Commit f610548

Browse files
committed
compact denylist: clarify denylist encoding as text file
1 parent 7a40db0 commit f610548

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

COMPACT_DENYLIST_FORMAT.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,7 @@ hints:
189189

190190
#### High level list format
191191

192-
A denylist is made of an optional header and a list of blockitems separated by newlines. Comment lines start with `#`. Empty lines are allowed.
192+
A denylist is a UTF-8 encoded text file made of an optional header and a list of blockitems separated by newlines (`\n`). Comment lines start with `#`. Empty lines are allowed.
193193

194194
```
195195
<header>

0 commit comments

Comments
 (0)