-
-
Notifications
You must be signed in to change notification settings - Fork 4.6k
Description
Describe the bug
When I saved some files, it was changed automatically due to vscode setting.
vscode default setting value of typescript.format.insertSpaceAfterFunctionKeywordForAnonymousFunctions
is true
And I use this setting value all of my workspaces.
But it seems like svelte project is using false
.
I want to try to join this project, but I couldn't change default settings for only this project.
Because my other projects are using true
.
So I set some setting values and don't want to commit, because other people don't need this value.
Logs
No logs
To Reproduce
- Download vscode at new computer or reset vscode settings.
- save any typescript files.
Expected behavior
I found out a way to fix it from Editoreconfig
, but I couldn't.
Set format automatically, not depends on their settings.
Information about your Svelte project:
- Your browser and the version: (e.x. Chrome 52.1, Firefox 48.0, IE 10)
Chrome 80.0.3987.149 (64bit) - Your operating system: (e.x. OS X 10, Ubuntu Linux 19.10, Windows XP, etc)
Windows 10 - Svelte version (Please check you can reproduce the issue with the latest release!)
master branch - Whether your project uses Webpack or Rollup
rollup
Severity
How severe an issue is this bug to you? Is this annoying, blocking some users, blocking an upgrade or blocking your usage of Svelte entirely?
Not much serious to use this project
Additional context
👍