mirror of
https://github.com/crate-ci/typos.git
synced 2024-11-22 09:01:04 -05:00
fix(parse): Change ignore_hex default
This commit is contained in:
parent
6ae42b4c1e
commit
50c89ef761
1 changed files with 1 additions and 1 deletions
|
@ -35,7 +35,7 @@ impl ParserBuilder {
|
||||||
|
|
||||||
impl Default for ParserBuilder {
|
impl Default for ParserBuilder {
|
||||||
fn default() -> Self {
|
fn default() -> Self {
|
||||||
Self { ignore_hex: false }
|
Self { ignore_hex: true }
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue