Files
Aconit/.vscode/settings.json

20 lines
496 B
JSON
Raw Normal View History

{
"typescript.tsdk": "node_modules/typescript/lib",
"files.eol": "\n",
"[typescript]": {
"editor.defaultFormatter": "esbenp.prettier-vscode",
"editor.formatOnSave": true
},
"[typescriptreact]": {
2025-12-04 22:00:08 +01:00
"editor.defaultFormatter": "esbenp.prettier-vscode",
"editor.formatOnSave": true
},
"eslint.run": "onType",
"eslint.format.enable": true,
"eslint.useFlatConfig": false,
"files.autoSave": "onWindowChange",
"editor.formatOnSave": true,
"files.associations": {
"*.luau": "lua"
}
}