mirror of
https://github.com/valitydev/checkout.git
synced 2024-11-06 02:25:18 +00:00
12 lines
190 B
Plaintext
12 lines
190 B
Plaintext
{
|
|
"printWidth": 120,
|
|
"tabWidth": 4,
|
|
"singleQuote": true,
|
|
"overrides": [
|
|
{
|
|
"files": "*.svg",
|
|
"options": { "parser": "html" }
|
|
}
|
|
]
|
|
}
|