mirror of
https://github.com/quartz-community/demo-vault.git
synced 2026-07-22 03:00:28 +00:00
21 lines
316 B
Text
21 lines
316 B
Text
{
|
|
"printWidth": 100,
|
|
"quoteProps": "as-needed",
|
|
"trailingComma": "all",
|
|
"tabWidth": 2,
|
|
"semi": false,
|
|
"overrides": [
|
|
{
|
|
"files": "*.canvas",
|
|
"options": {
|
|
"parser": "json"
|
|
}
|
|
},
|
|
{
|
|
"files": "*.base",
|
|
"options": {
|
|
"parser": "yaml"
|
|
}
|
|
}
|
|
]
|
|
}
|