mirror of
https://github.com/LukeHagar/ui-development-kit.git
synced 2025-12-06 04:21:49 +00:00
13 lines
254 B
Plaintext
13 lines
254 B
Plaintext
{
|
|
"svelteSortOrder": "scripts-markup-styles",
|
|
"htmlWhitespaceSensitivity": "ignore",
|
|
"trailingComma": "all",
|
|
"requirePragma": false,
|
|
"bracketSpacing": true,
|
|
"singleQuote": true,
|
|
"printWidth": 100,
|
|
"useTabs": true,
|
|
"tabWidth": 4,
|
|
"semi": true
|
|
}
|