mirror of
https://github.com/valitydev/dashboard.git
synced 2024-11-06 18:45:17 +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" }
|
|
}
|
|
]
|
|
}
|