2024-08-05

This commit is contained in:
gcch 2024-08-05 12:42:23 +02:00
commit 68b42420a3
1004 changed files with 367652 additions and 42 deletions

View file

@ -33,6 +33,22 @@ export default {
twigSingleQuote: false,
},
},
// Pour les fichiers XML
{
files: ["*.xml"],
options: {
bracketSameLine: false,
parser: "xml",
plugins: ["@prettier/plugin-xml"],
printWidth: 120,
singleAttributePerLine: true,
tabWidth: 2,
xmlQuoteAttributes: "double",
xmlSelfClosingSpace: true,
xmlSortAttributesByKey: true,
xmlWhitespaceSensitivity: "strict",
},
},
// package.json
{
files: ["package.json"],