I got the following code:
[Column]
public int Id;
When I remove and readd a bracket, VS 2013 changes this to :
[Column] public int Id;
I don't want this. It is a fresh installation with ReSharper Added. I am unsure where to change the setting.