-
-
Notifications
You must be signed in to change notification settings - Fork 506
Open
Labels
triage-pendingAwaiting initial triageAwaiting initial triage
Description
IDE: VSCode,
Plugin: Prettier,
Settings:
- prettierrc:
{
"printWidth": 80,
"tabWidth": 2,
"useTabs": false,
"semi": true,
"singleQuote": true,
"trailingComma": "none",
"bracketSpacing": true,
"arrowParens": "avoid",
"proseWrap": "never",
"endOfLine": "lf",
"objectCurlySpacing": false
}
-settings.json:
{
"editor.defaultFormatter": "esbenp.prettier-vscode",
"editor.formatOnSave": true,
"editor.formatOnPaste": true,
"prettier.enable": true,
"prettier.requireConfig": false,
"prettier.printWidth": 300,
}
Using:
- Сollapse everything(ctrl+k, ctrl+0)
- Make changes
- ctrl+s(save)
And the blocks that were collapsed are expanded. How to solve this problem?
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
triage-pendingAwaiting initial triageAwaiting initial triage