feat: Chapters Editor (init) [copy from video editor]

This commit is contained in:
Yiannis Christodoulou
2025-07-27 23:24:45 +03:00
parent e65e8c2055
commit 8a87aad647
59 changed files with 35922 additions and 0 deletions

View File

@@ -0,0 +1,5 @@
{
"editor.defaultFormatter": "esbenp.prettier-vscode",
"editor.formatOnSave": true,
"prettier.configPath": ".prettierrc"
}