all repos — tabemono @ 84c83e23ec2cdd455d117d9fe7a08a11c9e3a600

.prettierrc (view raw)

 1{
 2	"useTabs": true,
 3	"singleQuote": true,
 4	"trailingComma": "none",
 5	"printWidth": 100,
 6	"plugins": [
 7		"prettier-plugin-svelte",
 8		"prettier-plugin-tailwindcss"
 9	],
10	"overrides": [
11		{
12			"files": "*.svelte",
13			"options": {
14				"parser": "svelte"
15			}
16		}
17	]
18}