Hey, is there any way to share some settings of Visual Studio through git with my team?
I couldn't find any option for this in VS 2022, and VS 2026 (insider) has the "edit user settings as json" option, but it references a file in the local install directory of VS.
The goal is to set code standards and harmonize how it looks as much as possible. I'm looking for settings like the list of rules to run when using Code Cleanup, and whether to run Code Cleanup when saving a file.
We already have a .editorconfig file in the repo with a bunch of rules set (but none that are blocking builds).