Visual Studio undoes my formatting options -


in visual studio 2015, formatting options not sticking.

for example, go tools >> options >> text editor >> javascript >> general , unselect automatic brace completion:

automatic brace completion

i go tools >> options >> text editor >> javascript >> formatting >> new lines , select place open brace on new line functions , classes, , place open brace on new line control blocks.

new lines

but these keep getting undone.

why visual studio insist on undoing settings?


Comments

Popular posts from this blog

php - Vagrant up error - Uncaught Reflection Exception: Class DOMDocument does not exist -

vue.js - Create hooks for automated testing -

Add new key value to json node in java -