mirror of
https://github.com/valitydev/partial-fetcher.git
synced 2024-11-06 09:05:20 +00:00
15 lines
258 B
Plaintext
15 lines
258 B
Plaintext
{
|
|
"printWidth": 120,
|
|
"singleQuote": true,
|
|
"useTabs": false,
|
|
"tabWidth": 4,
|
|
"semi": true,
|
|
"bracketSpacing": true,
|
|
"overrides": [
|
|
{
|
|
"files": "*.svg",
|
|
"options": { "parser": "html" }
|
|
}
|
|
]
|
|
}
|