mirror of
https://github.com/TECHNOFAB11/svelte-oidc.git
synced 2025-12-12 16:10:05 +01:00
16 lines
301 B
Text
16 lines
301 B
Text
|
|
{
|
||
|
|
"arrowParens": "always",
|
||
|
|
"bracketSpacing": true,
|
||
|
|
"endOfLine": "lf",
|
||
|
|
"htmlWhitespaceSensitivity": "css",
|
||
|
|
"insertPragma": false,
|
||
|
|
"printWidth": 80,
|
||
|
|
"proseWrap": "preserve",
|
||
|
|
"requirePragma": false,
|
||
|
|
"semi": true,
|
||
|
|
"singleQuote": true,
|
||
|
|
"tabWidth": 4,
|
||
|
|
"trailingComma": "es5",
|
||
|
|
"useTabs": true
|
||
|
|
}
|