Hong Xu
Hong Xu
(I'm not the *manager* 😅 ) I understand the problem as that Emacs should display the EOL more consistently, while leaving the content of the file following what `.editorconfig` stipulates....
Do you mean this: https://github.com/editorconfig/editorconfig-emacs/blob/b120ccdcd853205e46ccc2f296055d5b09c7f9a0/editorconfig.el#L181
The alternative would be to saving the file with a different line ending, but I think the current approach is less intrusive.
(Forget what I said above) If I remember correctly, the plugin always saves the whole file with the specified EOL, because there was no way to only change new lines,...
@ronww I'm really sorry about your situation with your client, but this is a common limitation imposed by many editors. The [spec](https://spec.editorconfig.org/#supported-pairs) is also vague about it, so that plugins...
EditorConfig Notepad++ should save with the specified EOL. it can't (at least couldn't) just change the endings of newly inserted lines.
I think it's interesting, but as far as I know editors try to make max line length a visual length unless there's a limitation. I tried CJK characters on both...
@florianb Do you think we can still clarify plugins should make a best affort to interpret `max_line_length` as to mean visual length when editor supports it? (They don't have to...
Just make sure you are aware, this must be sent to editorconfig/vote first before merging.
> @xuhdev I have a couple of questions in regard to voting: > > 1. Do I just create an issue in the `editorconfig/vote` repository? Yes, there's a issue template....