-
Notifications
You must be signed in to change notification settings - Fork 7.4k
Labels
Product-Command PaletteRefers to the Command Palette utilityRefers to the Command Palette utilityResolution-Fix CommittedFix is checked in, but it might be 3-4 weeks until a release.Fix is checked in, but it might be 3-4 weeks until a release.
Description
Description of the new feature / enhancement
CmdPal’s .editorconfig could use a bit of cleanup and polish:
-
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) -
Remove duplicates and conflicts
Clean up duplicate or conflicting entries to avoid confusion and inconsistencies. -
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
Labels
Product-Command PaletteRefers to the Command Palette utilityRefers to the Command Palette utilityResolution-Fix CommittedFix is checked in, but it might be 3-4 weeks until a release.Fix is checked in, but it might be 3-4 weeks until a release.
Type
Projects
Status
Done