chore: improve prettierrc config

This commit is contained in:
Pablo Lara
2024-07-09 12:44:25 +02:00
parent f7c7b6a5ba
commit cf49641d5c
2 changed files with 11 additions and 3 deletions
+2 -2
View File
@@ -5,5 +5,5 @@
"tabWidth": 2,
"useTabs": false,
"semi": true,
"printWidth": 120
}
"printWidth": 80
}
+9 -1
View File
@@ -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
}