feat(parser/diff): ignore whitespace by default
All checks were successful
build / build (push) Successful in 4m46s
build / trigger-build-image (push) Successful in 21s

This commit is contained in:
张泊明518370910136 2024-10-10 20:24:05 -04:00
parent 7648dde9da
commit 073fb39316
GPG Key ID: D47306D7062CDA9D

View File

@ -27,7 +27,7 @@ type Conf struct {
Score int
FileName string
AnswerPath string
IgnoreWhitespace bool
IgnoreWhitespace bool `default:"true"`
AlwaysHide bool
}
}