Files
LukeHagar.com/.prettierrc
LukeHagar 77b5d916b5 Initial commit
Created from https://vercel.com/new
2022-12-18 01:30:55 +00:00

10 lines
233 B
Plaintext

{
"useTabs": true,
"singleQuote": true,
"trailingComma": "none",
"printWidth": 100,
"plugins": ["prettier-plugin-svelte"],
"pluginSearchDirs": ["."],
"overrides": [{ "files": "*.svelte", "options": { "parser": "svelte" } }]
}