CodeEditApp / CodeEditApp/CodeEdit
✨ EditorConfig Support
Open
enhancement
settings
workspace
- Dominant language
- Swift
- Stars
- 23k
- Forks
- 1.2k
- PR merge metrics
- No merged PRs in 30d
Description
### 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_
Contributor guide
Assessment
This issue has not been assessed yet.