minifiers: Make keepWhitespace = false default for HTML (note)

Closes #9456
This commit is contained in:
Joe Mooring
2022-03-08 22:48:18 -08:00
committed by GitHub
parent 53a6210d82
commit c97fed08f9
3 changed files with 4 additions and 4 deletions

View File

@@ -35,7 +35,7 @@ var defaultTdewolffConfig = tdewolffConfig{
KeepConditionalComments: true,
KeepEndTags: true,
KeepDefaultAttrVals: true,
KeepWhitespace: true,
KeepWhitespace: false,
},
CSS: css.Minifier{
Precision: 0,