mirror of
https://github.com/chenasraf/btool.git
synced 2026-05-18 01:48:58 +00:00
16 lines
230 B
Plaintext
16 lines
230 B
Plaintext
{
|
|
"printWidth": 80,
|
|
"semi": false,
|
|
"singleQuote": true,
|
|
"trailingComma": "all",
|
|
"overrides": [
|
|
{
|
|
"files": "*.md",
|
|
"options": {
|
|
"printWidth": 100,
|
|
"proseWrap": "always"
|
|
}
|
|
}
|
|
]
|
|
}
|