mirror of
https://github.com/SrIzan10/lofi.git
synced 2026-06-05 16:46:55 +00:00
11 lines
244 B
Plaintext
11 lines
244 B
Plaintext
{
|
|
"useTabs": false,
|
|
"printWidth": 100,
|
|
"tabWidth": 2,
|
|
"singleQuote": true,
|
|
"trailingComma": "es5",
|
|
"semi": true,
|
|
"plugins": ["prettier-plugin-svelte"],
|
|
"overrides": [{ "files": "*.svelte", "options": { "parser": "svelte" } }]
|
|
}
|