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
|
||||
FileName string
|
||||
AnswerPath string
|
||||
IgnoreWhitespace bool
|
||||
IgnoreWhitespace bool `default:"true"`
|
||||
AlwaysHide bool
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user