"update prettier config, add TODO list, and create workspace configuration"

This commit is contained in:
louiscklaw
2025-05-11 10:35:04 +08:00
parent 60eed00cb2
commit adc9275d3f
3 changed files with 18 additions and 1 deletions

View File

@@ -1,3 +1,3 @@
{
"printWidth": 180
"printWidth": 360
}

View File

@@ -0,0 +1,3 @@
# TODO
- [ ] blablabla

View File

@@ -0,0 +1,14 @@
{
"folders": [
{
"path": "."
},
{
"path": "./../../001_documentation"
},
{
"path": "../../000_AI_WORKSPACE"
}
],
"settings": {}
}