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:

enter image description here

or wrong in thinking these settings related new .editorconfig support?

yes, can. should go:

  1. open solution in visual studio.
  2. go "tools"
  3. go "import , export settings"
  4. choose export
  5. follow prompts.

if follow export, you'll see exports configuration settings script parse , read when imported instance of visual studio.


Comments

Popular posts from this blog

php - Permission denied. Laravel linux server -

google bigquery - Delta between query execution time and Java query call to finish -

python - Pandas two dataframes multiplication? -