Skip to content

CmdPal: Improve editor config #41844

@jiripolasek

Description

@jiripolasek

Description of the new feature / enhancement

CmdPal’s .editorconfig could use a bit of cleanup and polish:

  1. Normalize header newlines
    The file_template_header should use Unix-style newline separators (\n). The editor config engine will automatically convert them according to the end_of_line setting. With the current value, I constantly have to remove stray \r characters manually. (Ref: Add file header)

  2. Remove duplicates and conflicts
    Clean up duplicate or conflicting entries to avoid confusion and inconsistencies.

  3. Set project defaults
    Add defaults that match the current project setup so they override any local machine configuration.

Scenario when this would be used?

DevExp

Supporting information

No response

Metadata

Metadata

Assignees

No one assigned

    Labels

    Product-Command PaletteRefers to the Command Palette utilityResolution-Fix CommittedFix is checked in, but it might be 3-4 weeks until a release.

    Projects

    Status

    Done

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions