mirror of
https://github.com/chenasraf/venom.git
synced 2026-05-17 17:28:08 +00:00
16 lines
231 B
Plaintext
16 lines
231 B
Plaintext
{
|
|
"printWidth": 100,
|
|
"semi": false,
|
|
"singleQuote": true,
|
|
"trailingComma": "all",
|
|
"overrides": [
|
|
{
|
|
"files": "*.md",
|
|
"options": {
|
|
"printWidth": 100,
|
|
"proseWrap": "always"
|
|
}
|
|
}
|
|
]
|
|
}
|