mirror of
https://github.com/oven-sh/bun
synced 2026-02-09 10:28:47 +00:00
* Switch back to prettier * wip * Update .prettierignore * Update .prettierignore * ignores * Update .prettierignore * Rest * [autofix.ci] apply automated fixes --------- Co-authored-by: Jarred Sumner <709451+Jarred-Sumner@users.noreply.github.com> Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
16 lines
235 B
Plaintext
16 lines
235 B
Plaintext
{
|
|
"arrowParens": "avoid",
|
|
"printWidth": 120,
|
|
"trailingComma": "all",
|
|
"useTabs": false,
|
|
"quoteProps": "preserve",
|
|
"overrides": [
|
|
{
|
|
"files": ["*.md"],
|
|
"options": {
|
|
"printWidth": 80
|
|
}
|
|
}
|
|
]
|
|
}
|