Fixing prettier setup on messages

This commit is contained in:
David Négrier 2021-12-16 16:46:22 +01:00
parent 1ed10b0cdd
commit 36f5d42668
5 changed files with 5 additions and 7 deletions

View file

@ -1,5 +1,4 @@
{
"printWidth": 120,
"tabWidth": 4,
"plugins": ["prettier-plugin-svelte"]
"tabWidth": 4
}