aboutsummaryrefslogtreecommitdiffstats
path: root/code/frontend/.prettierrc
blob: 2b9389a71d8393f7a32443a370b6c8f40dd2227f (plain) (blame)
1
2
3
4
5
6
7
8
9
{
	"useTabs": true,
	"singleQuote": true,
	"trailingComma": "none",
	"semi": false,
	"svelteAllowShorthand": true,
	"printWidth": 120,
	"plugins": ["prettier-plugin-svelte", "prettier-plugin-tailwindcss"]
}