moshing-mammut/.prettierrc

11 lines
258 B
Plaintext
Raw Normal View History

2023-03-19 16:00:49 +00:00
{
2023-03-19 16:17:04 +00:00
"useTabs": false,
"singleQuote": true,
"tabWidth": 2,
"trailingComma": "none",
"printWidth": 100,
"plugins": ["prettier-plugin-svelte"],
"pluginSearchDirs": ["."],
"overrides": [{ "files": "*.svelte", "options": { "parser": "svelte" } }]
2023-03-19 16:00:49 +00:00
}