SLaks / Rebracer

Saves editor formatting settings as part of each solution.
http://visualstudiogallery.msdn.microsoft.com/410e9b9f-65f3-4495-b68e-15567e543c58
44 stars 15 forks source link

CSharp section is not known to Rebracer #14

Closed PetroProtsyk closed 9 years ago

PetroProtsyk commented 9 years ago

I've noticed that by default rebracer does not know about "CSharp" section in TextEditor settings. It only knows about "CSharp-Specific".

However there are some important settings in "CSharp" section as well. Such as:

Is there are a reasong why "CSharp" section is not in the default list of known settings?

Do you have plans to externalize the list of settings that will be persisted?

SLaks commented 9 years ago

This is deliberate.

To control indentation settings, you should use EditorConfig, which is fully cross-platform, and lets you specify different settings for specific file patterns.

You can find it in the Extension Gallery.