chore: maintenance

This commit is contained in:
2024-08-02 13:57:10 +02:00
parent 638e1eb739
commit 68be013f8f
30 changed files with 3818 additions and 2811 deletions

56
.fleet/settings.json Normal file
View File

@@ -0,0 +1,56 @@
{
"plugins": [
{
"type": "add",
"pluginName": "fleet.ai"
},
{
"type": "add",
"pluginName": "fleet.css"
},
{
"type": "add",
"pluginName": "fleet.diff"
},
{
"type": "add",
"pluginName": "fleet.emmet"
},
{
"type": "add",
"pluginName": "fleet.git.frontend"
},
{
"type": "add",
"pluginName": "fleet.xml"
},
{
"type": "add",
"pluginName": "fleet.intellij"
},
{
"type": "add",
"pluginName": "fleet.json"
},
{
"type": "add",
"pluginName": "fleet.javascript"
},
{
"type": "add",
"pluginName": "fleet.lsp"
},
{
"type": "add",
"pluginName": "fleet.smartMode"
},
{
"type": "add",
"pluginName": "fleet.tailwindcss"
},
{
"type": "add",
"pluginName": "fleet.vim"
}
]
}