-
Notifications
You must be signed in to change notification settings - Fork 46
Closed
Labels
Description
csharp-mode explicitly sets the CC mode style to C#, without passing the DONT-OVERRIDE parameter of c-set-style.
As a result, its settings are applied even when specific values have been customized. This is especially problematic because it includes a setting for c-basic-offset, meaning that csharp-mode does not honour a customized indent size.
Whether defaulting the style should be done at all is debatable (that's normally the domain of a mode hook); but if it's done, it should probably be passing a value other than nil or t so that customization is honoured.