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