mirror of
https://github.com/oven-sh/bun
synced 2026-02-02 15:08:46 +00:00
* readme(bunx): add info about `bun --bun x` * chore(formatting): add extension for formatting markdown to avoid a bunch of diffs * chore(formatting): fix JS formatting in README
15 lines
210 B
Plaintext
15 lines
210 B
Plaintext
{
|
|
"arrowParens": "avoid",
|
|
"printWidth": 120,
|
|
"trailingComma": "all",
|
|
"useTabs": false,
|
|
"overrides": [
|
|
{
|
|
"files": "README.md",
|
|
"options": {
|
|
"printWidth": 80
|
|
}
|
|
}
|
|
]
|
|
}
|