Bug 38664: extend printWidth for template files

Signed-off-by: Katrin Fischer <katrin.fischer@bsz-bw.de>
This commit is contained in:
Jonathan Druart 2025-01-09 21:51:27 +01:00 committed by Katrin Fischer
parent a5fb573d99
commit bb9d2284fb
Signed by: kfischer
GPG key ID: 0EF6E2C03357A834

View file

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