Create .pages.yml

This commit is contained in:
Stefan Imhoff
2025-06-15 13:03:05 +02:00
committed by Stefan Imhoff
parent 735e970509
commit 5b6e8fe19f
3 changed files with 75 additions and 0 deletions

View File

@@ -21,6 +21,14 @@
"useTabs": false
}
},
{
"files": ["*.yml", "*.yaml"],
"options": {
"singleQuote": false,
"tabWidth": 2,
"useTabs": false
}
},
{
"files": "*.astro",
"options": {