mirror of
https://github.com/prowler-cloud/prowler.git
synced 2026-07-23 12:31:54 +00:00
chore: improve prettierrc config
This commit is contained in:
+2
-2
@@ -5,5 +5,5 @@
|
||||
"tabWidth": 2,
|
||||
"useTabs": false,
|
||||
"semi": true,
|
||||
"printWidth": 120
|
||||
}
|
||||
"printWidth": 80
|
||||
}
|
||||
|
||||
Vendored
+9
-1
@@ -1,3 +1,11 @@
|
||||
{
|
||||
"typescript.tsdk": "node_modules/typescript/lib"
|
||||
"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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user