Fix typo error in prettierrc.json
- Reformat zed settings file - 2 tyop error in prettierrc.json caused prettier crached. Signed-off-by: Asai Neko <sugar@sne.moe>
This commit is contained in:
@@ -8,11 +8,11 @@
|
||||
"jsxSingleQuote": true,
|
||||
"trailingComma": "all",
|
||||
"bracketSpacing": true,
|
||||
"objectWarp": "preserve",
|
||||
"objectWrap": "preserve",
|
||||
"bracketSameLine": false,
|
||||
"arrowParens": "always",
|
||||
"parser": "typescript",
|
||||
"poseWrap": "preserve",
|
||||
"proseWrap": "preserve",
|
||||
"htmlWhitespaceSensitivity": "ignore",
|
||||
"vueIndentScriptAndStyle": false,
|
||||
"endOfLine": "lf",
|
||||
|
||||
Reference in New Issue
Block a user