mirror of
https://github.com/prowler-cloud/prowler.git
synced 2026-01-25 02:08:11 +00:00
12 lines
301 B
JSON
12 lines
301 B
JSON
{
|
|
"editor.formatOnSave": true,
|
|
"editor.defaultFormatter": "esbenp.prettier-vscode",
|
|
"prettier.printWidth": 80,
|
|
"prettier.tabWidth": 2,
|
|
"prettier.useTabs": false,
|
|
"prettier.singleQuote": false,
|
|
"prettier.trailingComma": "all",
|
|
"prettier.semi": true,
|
|
"prettier.bracketSpacing": true
|
|
}
|