mirror of
https://github.com/chenasraf/nextcloud-forum.git
synced 2026-05-17 17:28:02 +00:00
19 lines
277 B
Plaintext
19 lines
277 B
Plaintext
{
|
|
"plugins": [
|
|
"prettier-plugin-vue"
|
|
],
|
|
"printWidth": 100,
|
|
"semi": false,
|
|
"singleQuote": true,
|
|
"trailingComma": "all",
|
|
"overrides": [
|
|
{
|
|
"files": "*.md",
|
|
"options": {
|
|
"printWidth": 100,
|
|
"proseWrap": "always"
|
|
}
|
|
}
|
|
]
|
|
}
|