Bug 38664: extend printWidth for template files
Signed-off-by: Katrin Fischer <katrin.fischer@bsz-bw.de>
This commit is contained in:
parent
a5fb573d99
commit
bb9d2284fb
1 changed files with 1 additions and 0 deletions
|
@ -13,6 +13,7 @@ module.exports = {
|
|||
{
|
||||
files: ["*.tt", "*.inc"],
|
||||
options: {
|
||||
printWidth: 240,
|
||||
parser: "jinja-template",
|
||||
plugins: ["prettier-plugin-jinja-template"],
|
||||
},
|
||||
|
|
Loading…
Reference in a new issue