This question is locked. New answers and comments are not allowed.
I've just started evaluating JustCode and like what I see so far. However one thing that annoys me a lot is property formatting.
I'm using the following (common) format for getters/setters:
However during auto-formatting I get new lines after/before brackets:
Is there any way to change the default behavior for property formatting?
Thanks in advance,
Denis
I'm using the following (common) format for getters/setters:
public string Name{ get { return _name; } set { _name = value; }}However during auto-formatting I get new lines after/before brackets:
public string Name{ get { return _name; } set { _name = value; }}Is there any way to change the default behavior for property formatting?
Thanks in advance,
Denis