Set yaml to 2 tab width and ran format

This commit is contained in:
2025-05-23 13:06:54 +01:00
parent 62ecc4e986
commit fc21c491b2
4 changed files with 115 additions and 103 deletions

View File

@@ -11,6 +11,18 @@ const config = {
parser: "jinja-template",
},
},
{
files: "*.yaml",
options: {
tabWidth: 2,
},
},
{
files: "*.yml",
options: {
tabWidth: 2,
},
},
],
};