c# - Can Code Style preferences be shared? -
i've read vs2017 supports .editorconfig , can create own .editorconfig files @ solution/project level , share them, however, wondering if machine/user -wide configuration can somehow shared?
i mean these settings:
or wrong in thinking these settings related new .editorconfig support?
yes, can. should go:
- open solution in visual studio.
- go "tools"
- go "import , export settings"
- choose export
- follow prompts.
if follow export, you'll see exports configuration settings script parse , read when imported instance of visual studio.
Comments
Post a Comment