diff options
Diffstat (limited to '.prettierrc.mjs')
-rw-r--r-- | .prettierrc.mjs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.prettierrc.mjs b/.prettierrc.mjs index 4933b7a..990614f 100644 --- a/.prettierrc.mjs +++ b/.prettierrc.mjs @@ -30,7 +30,7 @@ export default { }, ], plugins: ["prettier-plugin-astro"], - printWidth: 120, + printWidth: 180, proseWrap: "never", quoteProps: "consistent", requirePragma: false, |