mirror of
https://github.com/zen-browser/www.git
synced 2025-07-07 08:55:32 +02:00
fix(prettier): adjust JSON and Markdown formatting options
This commit is contained in:
parent
8a021a3bff
commit
80dbb0c658
1 changed files with 2 additions and 1 deletions
|
@ -26,13 +26,14 @@ export default {
|
|||
files: ["*.json", "*.jsonc"],
|
||||
options: {
|
||||
trailingComma: "none",
|
||||
singleQuote: false,
|
||||
},
|
||||
},
|
||||
{
|
||||
files: ["*.md", "*.mdx"],
|
||||
options: {
|
||||
printWidth: 80,
|
||||
proseWrap: "always",
|
||||
proseWrap: "never",
|
||||
},
|
||||
},
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue