aboutsummaryrefslogtreecommitdiffstats
path: root/.prettierrc
blob: b9511bff3136f1d7e7c7896f446d15e20ab8e344 (plain) (blame)
1
2
3
4
5
{
  "tabWidth": 2,
  "singleQuote": true,
  "plugins": ["prettier-plugin-svelte"]
}