Adding prettier on messages

This commit is contained in:
David Négrier 2021-12-16 16:27:44 +01:00
parent 8c93801746
commit fff45c2f92
3 changed files with 697 additions and 0 deletions

View file

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