T O P I C R E V I E W |
Sairon |
Posted - Apr 10 2014 : 3:43:50 PM We have a coding standard that mandates spaces at the beginning & end of argument lists & function calls. IE: foo( x, y ) instead of foo(x, y) which VA seems to want to enforce. I haven't been able to locate a setting to control this anywhere, am I missing it? |
3 L A T E S T R E P L I E S (Newest First) |
feline |
Posted - Apr 14 2014 : 10:20:59 AM Thank you for the update, it is good to know you have found and fixed the problem here |
Sairon |
Posted - Apr 13 2014 : 09:52:10 AM Thank you for the swift reply, it was VS2013 auto formatting that was messing things up :) |
feline |
Posted - Apr 10 2014 : 4:48:21 PM When you you seeing this? VA does not reformat code you have typed, so if this is when this is happening it could be the IDE settings you need to edit, especially if you are using VS2013. If you are seeing this when using VA refactoring commands then this is controlled by the appropriate Refactoring VA Snippet, which can be easily edited via the VA Snippet editor:
http://docs.wholetomato.com/default.asp?W171
you might also find this setting helpful:
http://docs.wholetomato.com/default.asp?W335 |