Vue: Tab size and indent gets reset
Hi,
I often change the tab size and indent to "4" as it expected from eslint. But I can see that the values are reset from time to time back to "2". Unfortunately, I cannot really reproduce when it is reset. As I turned on my computer this morning, I could see it's reset again. Sometimes it seems to happen when I restart Rider.
Please sign in to leave a comment.
Hello, any chance you use settings sync plugin or editorconfig, where Rider could grab settings from?
Not that I'm aware of. I change the values in the settings dialog within Rider.
You can look for .editorconfig file in solution folder or also try disabling its support in Preferences | Editor | Code Style. Or try checking Settings Sync plugin in Preferences | Plugins, disable it if it is enabled and let me know if that helps with addressing the issue.