all repos — tabemono @ 89781888cc5ab8be01307ed9a52a2720c8f6a116

.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}