Replies: 3 comments
-
|
I’m more interested in having ecode generate this |
Beta Was this translation helpful? Give feedback.
-
ecode currently does not support EditorConfig spec. I wouldn't be hard to support but it's not very compatible with the current existing configuration options within the editor, in the sense that configurations would need to be separated one from the other and the editor would need to prioritise one. In that case I could honor the
That's not reasonably feasible given the EditorConfig spec. Essentially EditorConfig works with pattern matching and it's totally configurable so it's not very compatible to do the inverse work since there's no a strict rule to which patterns one should use for any file (and saving a single rule per file is contrary to the intention of the spec and very bad for manual editing), also BTW this is the spec |
Beta Was this translation helpful? Give feedback.
-
|
I did a little search with AI. Yes, the idea of |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Can I bring my
.editorconfigfrom VSCode?Beta Was this translation helpful? Give feedback.
All reactions