Skip to content

Commit dc66faf

Browse files
committed
Doc formatting fix
1 parent 1b884f3 commit dc66faf

File tree

1 file changed

+10
-9
lines changed

1 file changed

+10
-9
lines changed

docs/inpsyde-rules-configuration.md

Lines changed: 10 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -16,15 +16,16 @@ That is possible via `minLength` property, e.g.:
1616
It is also possible to configure the whitelist of allowed names with less than 3 (or whatever
1717
the minimal length is configured to) characters.
1818
By default the whitelisted names are:
19-
- 'i'
20-
- 'id'
21-
- 'to'
22-
- 'up'
23-
- 'ok'
24-
- 'no'
25-
- 'go'
26-
- 'it'
27-
- 'db'
19+
- `'i'`
20+
- `'id'`
21+
- `'to'`
22+
- `'up'`
23+
- `'ok'`
24+
- `'no'`
25+
- `'go'`
26+
- `'it'`
27+
- `'db'`
28+
2829
but they can be configured via `allowedShortNames` config, e.g.:
2930

3031
```xml

0 commit comments

Comments
 (0)