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:
parent
54cbdcc951
commit
b9affd17cf
1 changed files with 1 additions and 0 deletions
|
@ -14,6 +14,7 @@ module.exports = {
|
|||
files: ["*.tt", "*.inc"],
|
||||
options: {
|
||||
printWidth: 240,
|
||||
htmlWhitespaceSensitivity: "strict",
|
||||
parser: "jinja-template",
|
||||
plugins: ["prettier-plugin-jinja-template"],
|
||||
},
|
||||
|
|
Loading…
Reference in a new issue