workadventure/front/.prettierrc.json

6 lines
82 B
JSON
Raw Normal View History

2021-06-23 15:51:31 +02:00
{
2021-06-23 16:58:57 +02:00
"printWidth": 120,
"tabWidth": 4,
"plugins": ["prettier-plugin-svelte"]
2021-06-23 15:51:31 +02:00
}