diff options
| author | Dax Raad <[email protected]> | 2025-11-07 20:58:17 -0500 |
|---|---|---|
| committer | Dax Raad <[email protected]> | 2025-11-07 20:58:17 -0500 |
| commit | 16357e804145b7f96a2a53badb7dcb6c5453dafe (patch) | |
| tree | 011ba5d01fcc669227c6ab6463dbe9478f68432b | |
| parent | dabb1aa719b9318d3fde650115a855f986cfd4fc (diff) | |
| download | opencode-16357e804145b7f96a2a53badb7dcb6c5453dafe.tar.gz opencode-16357e804145b7f96a2a53badb7dcb6c5453dafe.zip | |
chore: standardize prettier printWidth to 120
| -rw-r--r-- | package.json | 2 | ||||
| -rw-r--r-- | packages/desktop/package.json | 4 |
2 files changed, 1 insertions, 5 deletions
diff --git a/package.json b/package.json index a5e1630f9..41b74dae9 100644 --- a/package.json +++ b/package.json @@ -66,7 +66,7 @@ "license": "MIT", "prettier": { "semi": false, - "printWidth": 100 + "printWidth": 120 }, "trustedDependencies": [ "esbuild", diff --git a/packages/desktop/package.json b/packages/desktop/package.json index eecac67e3..e837c0991 100644 --- a/packages/desktop/package.json +++ b/packages/desktop/package.json @@ -46,9 +46,5 @@ "solid-list": "catalog:", "tailwindcss": "catalog:", "virtua": "catalog:" - }, - "prettier": { - "semi": false, - "printWidth": 120 } } |
