Initial commit
This commit is contained in:
24
.prettierrc
Normal file
24
.prettierrc
Normal file
@@ -0,0 +1,24 @@
|
||||
{
|
||||
"printWidth": 120,
|
||||
"proseWrap": "preserve",
|
||||
"singleQuote": false,
|
||||
"trailingComma": "none",
|
||||
"bracketSameLine": true,
|
||||
"htmlWhitespaceSensitivity": "ignore",
|
||||
"embeddedLanguageFormatting": "off",
|
||||
"overrides":
|
||||
[
|
||||
{
|
||||
"files": ["*.md", "*.mdx"],
|
||||
"options":
|
||||
{
|
||||
"parser": "mdx",
|
||||
"printWidth": 500,
|
||||
"proseWrap": "preserve",
|
||||
"objectWrap": "preserve",
|
||||
"singleQuote": false,
|
||||
"bracketSameLine": true
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user