Tab should be 4 spaces, some prettier configs...

relevant updates can be seen in the config, reasoning: standardization of further work
This commit is contained in:
Matthieu Morin 2024-06-06 14:11:54 +02:00
parent 24ec1b4566
commit 1e08b57071
1 changed files with 7 additions and 1 deletions

View File

@ -1,9 +1,15 @@
{
"arrowParens": "avoid",
"arrowParens": "always",
"semi": true,
"trailingComma": "none",
"singleQuote": true,
"printWidth": 80,
"useTabs": false,
"tabWidth": 4,
"endOfLine": "lf",
"htmlWhitespaceSensitivity": "ignore",
"bracketSameLine": true,
"bracketSpacing": true,
"plugins": [
"@prettier/plugin-pug",
"prettier-plugin-pkg",