dev env setup

This commit is contained in:
tw-blue
2025-12-06 21:27:29 +01:00
parent 987a380758
commit bc9f0f9f3b
38 changed files with 5953 additions and 733 deletions
+9 -1
View File
@@ -2,5 +2,13 @@
"tabWidth": 4,
"arrowParens": "avoid",
"bracketSameLine": true,
"semi": true
"semi": true,
"overrides": [
{
"files": "*.yml",
"options": {
"tabWidth": 2
}
}
]
}