mirror of
https://github.com/seriousm4x/UpSnap.git
synced 2026-03-31 06:24:06 -04:00
10 lines
256 B
Plaintext
10 lines
256 B
Plaintext
{
|
|
"useTabs": true,
|
|
"singleQuote": true,
|
|
"trailingComma": "none",
|
|
"printWidth": 100,
|
|
"plugins": ["prettier-plugin-svelte", "prettier-plugin-tailwindcss"],
|
|
"overrides": [{ "files": "*.svelte", "options": { "parser": "svelte" } }],
|
|
"endOfLine": "lf"
|
|
}
|