gitbutler/.prettierrc

10 lines
264 B
Plaintext
Raw Normal View History

2023-02-24 12:46:41 +03:00
{
"useTabs": true,
"singleQuote": true,
"trailingComma": "none",
"printWidth": 100,
"plugins": ["prettier-plugin-svelte", "prettier-plugin-tailwindcss"],
2023-02-24 12:46:41 +03:00
"pluginSearchDirs": ["."],
"overrides": [{ "files": "*.svelte", "options": { "parser": "svelte" } }]
}