Skip to content

C# style overrides configuration #110

@Zastai

Description

@Zastai

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions