Icard/angular-clarity-master(work.../node_modules/is-what/.vscode/settings.json

10 lines
299 B
JSON
Raw Permalink Normal View History

2024-07-16 14:55:36 +00:00
{
"editor.formatOnSave": true,
"editor.defaultFormatter": "esbenp.prettier-vscode",
"editor.tabSize": 2, // make sure this is the same as .prettierrc
"editor.insertSpaces": true,
"files.insertFinalNewline": true,
"files.trimFinalNewlines": true,
"files.trimTrailingWhitespace": true
}