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: docs/reference.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -34,6 +34,7 @@ Configuration is read from the following (in precedence order)
34
34
| default.extend-identifiers |\-| table of strings | Corrections for [identifiers](./design.md#identifiers-and-words). When the correction is blank, the identifier is never valid. When the correction is the key, the identifier is always valid. |
35
35
| default.extend-ignore-identifiers-re |\-| list of [regexes](https://docs.rs/regex/latest/regex/index.html#syntax)| Pattern-match always-valid identifiers |
36
36
| default.extend-words |\-| table of strings | Corrections for [words](./design.md#identifiers-and-words). When the correction is blank, the word is never valid. When the correction is the key, the word is always valid. |
37
+
| default.extend-ignore-words-re |\-| list of [regexes](https://docs.rs/regex/latest/regex/index.html#syntax)| Pattern-match always-valid words. Note: you must handle case insensitivity yourself |
37
38
| type.\<name>.\<field> |\<varied> |\<varied> | See `default.` for child keys. Run with `--type-list` to see available `<name>`s |
38
39
| type.\<name>.extend-glob |\-| list of strings | File globs for matching `<name>`|
0 commit comments