mirror of
https://github.com/jackyzha0/quartz.git
synced 2026-03-22 14:05:43 -05:00
22 lines
316 B
Plaintext
22 lines
316 B
Plaintext
{
|
|
"printWidth": 100,
|
|
"quoteProps": "as-needed",
|
|
"trailingComma": "all",
|
|
"tabWidth": 2,
|
|
"semi": false,
|
|
"overrides": [
|
|
{
|
|
"files": "*.canvas",
|
|
"options": {
|
|
"parser": "json"
|
|
}
|
|
},
|
|
{
|
|
"files": "*.base",
|
|
"options": {
|
|
"parser": "yaml"
|
|
}
|
|
}
|
|
]
|
|
}
|