Files
Termix/.vscode/extensions.json
ZacharyZcR bf2ad57042 chore: add IDE and Git configuration
- Add VS Code workspace settings for consistent development experience
- Add VS Code extension recommendations (ESLint, Prettier, EditorConfig)
- Add .gitattributes to enforce LF line endings
2025-10-05 18:35:30 +08:00

8 lines
123 B
JSON

{
"recommendations": [
"dbaeumer.vscode-eslint",
"esbenp.prettier-vscode",
"editorconfig.editorconfig"
]
}