feat(parser/diff): ignore whitespace by default
This commit is contained in:
parent
7648dde9da
commit
073fb39316
|
@ -27,7 +27,7 @@ type Conf struct {
|
||||||
Score int
|
Score int
|
||||||
FileName string
|
FileName string
|
||||||
AnswerPath string
|
AnswerPath string
|
||||||
IgnoreWhitespace bool
|
IgnoreWhitespace bool `default:"true"`
|
||||||
AlwaysHide bool
|
AlwaysHide bool
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user