2
2
mirror of https://github.com/Thream/website.git synced 2024-07-21 09:28:32 +02:00
website/.vscode/settings.json

11 lines
299 B
JSON
Raw Normal View History

2021-10-24 05:48:06 +02:00
{
"typescript.tsdk": "node_modules/typescript/lib",
"prettier.configPath": ".prettierrc.json",
2022-03-21 16:12:22 +01:00
"editor.defaultFormatter": "esbenp.prettier-vscode",
2021-10-24 05:48:06 +02:00
"editor.bracketPairColorization.enabled": true,
"editor.formatOnSave": true,
"editor.codeActionsOnSave": {
"source.fixAll": true
}
}