CodeEdit
CodeEdit copied to clipboard
✨ EditorConfig Support
Description
EditorConfig is a useful file format for keeping code style the same across IDE’s. It has built-in support in numerous editors and is a fairly simple spec.
https://editorconfig.org/
All supported config options: https://github.com/editorconfig/editorconfig/wiki/EditorConfig-Properties
Alternatives Considered
No response
Additional Context
This would require workspace settings overrides, since the config would be workspace-specific.
Screenshots
No response
Duplicate of #766
Closing #766 in favor of this issue.