chore: add tm-core package with tag and tasks.json

This commit is contained in:
Ralph Khreish
2025-08-06 20:09:29 +02:00
parent df26c65632
commit aee1996dc2
37 changed files with 11766 additions and 12 deletions

View File

@@ -0,0 +1,14 @@
{
"semi": true,
"trailingComma": "es5",
"singleQuote": true,
"printWidth": 100,
"tabWidth": 2,
"useTabs": false,
"bracketSpacing": true,
"arrowParens": "avoid",
"endOfLine": "lf",
"quoteProps": "as-needed",
"bracketSameLine": false,
"proseWrap": "preserve"
}