Bug 38664: htmlWhitespaceSensitivity: 'strict' - Whitespace (or the lack of it) around all tags is considered significant

https://prettier.io/docs/en/options.html#html-whitespace-sensitivity
Signed-off-by: Katrin Fischer <katrin.fischer@bsz-bw.de>
This commit is contained in:
Jonathan Druart 2025-01-13 09:56:56 +01:00 committed by Katrin Fischer
parent 54cbdcc951
commit b9affd17cf
Signed by: kfischer
GPG key ID: 0EF6E2C03357A834

View file

@ -14,6 +14,7 @@ module.exports = {
files: ["*.tt", "*.inc"],
options: {
printWidth: 240,
htmlWhitespaceSensitivity: "strict",
parser: "jinja-template",
plugins: ["prettier-plugin-jinja-template"],
},