mirror of
https://github.com/Ku6epXBOCTuK/easy-png-tools.git
synced 2026-09-14 21:46:35 +00:00
24 lines
339 B
Plaintext
24 lines
339 B
Plaintext
{
|
|
"useTabs": true,
|
|
"singleQuote": false,
|
|
"trailingComma": "all",
|
|
"printWidth": 80,
|
|
"proseWrap": "always",
|
|
"endOfLine": "lf",
|
|
"plugins": ["prettier-plugin-svelte"],
|
|
"overrides": [
|
|
{
|
|
"files": "*.md",
|
|
"options": {
|
|
"useTabs": false
|
|
}
|
|
},
|
|
{
|
|
"files": "*.svelte",
|
|
"options": {
|
|
"parser": "svelte"
|
|
}
|
|
}
|
|
]
|
|
}
|