1
0
forked from JOJ/JOJ3

feat(parser/diff): ignore whitespace by default

This commit is contained in:
张泊明518370910136 2024-10-10 20:24:05 -04:00
parent 7648dde9da
commit 073fb39316
Signed by untrusted user: 张泊明518370910136
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
}
}