You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Which brings us to another problem. You mostly work with Rider, so often I have to fix formatting, as you have probably already noticed. Is there anything in Rided that can make it work to behave the same as VS?
Rider can respect .editorconfig, but when the editor config isn't present it do its own formatting.
That's the same for VS, so I suspect not all the setting applied when formatting the code in VS are coming from .editorconfig.
Can you try to "export" as much setting as possible into .editorconfig@stsrki ? While avoiding the .vs/config/applicationhost.config and .sln.DotSettings.
I will then try to force rider to not be clever about the rest.
The text was updated successfully, but these errors were encountered:
I could. But I think it is best to do it on your side. Basically, open any larger .cs file and format it in Rider. If anything changes, that means you need to add a setting to .editorconfig. Rinse and repeat. That's how I basically did in many moons ago.
Originally posted by @stsrki in #6084 (comment)
Rider can respect
.editorconfig
, but when the editor config isn't present it do its own formatting.That's the same for VS, so I suspect not all the setting applied when formatting the code in VS are coming from
.editorconfig
.Can you try to "export" as much setting as possible into
.editorconfig
@stsrki ? While avoiding the.vs/config/applicationhost.config
and.sln.DotSettings
.I will then try to force rider to not be clever about the rest.
The text was updated successfully, but these errors were encountered: