aboutsummaryrefslogtreecommitdiffstats
path: root/clients/www/.prettierrc
blob: 95730232b6b165fe014037dddc782ff3282ed4a4 (plain) (blame)
1
2
3
4
5
6
7
8
{
	"useTabs": true,
	"singleQuote": true,
	"trailingComma": "none",
	"printWidth": 100,
	"plugins": ["prettier-plugin-svelte"],
	"overrides": [{ "files": "*.svelte", "options": { "parser": "svelte" } }]
}