mirror of
https://github.com/ProjectSegfault/website.git
synced 2024-11-08 17:12:24 +05:30
11 lines
265 B
Plaintext
11 lines
265 B
Plaintext
{
|
|
"tabWidth": 4,
|
|
"useTabs": true,
|
|
"bracketSpacing": true,
|
|
"singleAttributePerLine": true,
|
|
"trailingComma": "none",
|
|
"plugins": ["prettier-plugin-svelte"],
|
|
"pluginSearchDirs": ["."],
|
|
"overrides": [{ "files": "*.svelte", "options": { "parser": "svelte" } }]
|
|
}
|