mirror of
https://github.com/1f349/svelte-ssr-template.git
synced 2024-11-22 11:31:35 +00:00
14 lines
259 B
Plaintext
14 lines
259 B
Plaintext
|
{
|
||
|
"printWidth": 150,
|
||
|
"tabWidth": 2,
|
||
|
"useTabs": false,
|
||
|
"semi": true,
|
||
|
"singleQuote": false,
|
||
|
"trailingComma": "all",
|
||
|
"bracketSpacing": false,
|
||
|
"bracketSameLine": false,
|
||
|
"arrowParens": "avoid",
|
||
|
"requirePragma": false,
|
||
|
"insertPragma": false
|
||
|
}
|