Re: [PATCH] Specify editor guidelines from the EditorConfig file.

2024-06-16 Thread Daniel Sahlberg
Den sön 16 juni 2024 kl 10:10 skrev Daniel Sahlberg < daniel.l.sahlb...@gmail.com>: > ... and I can't get Emacs to behave ... > Eventually figured out Emacs: press ESC q to execute the automatic re-formatting. This will break lines according to max_line_length. Cheers, Daniel

Re: [PATCH] Specify editor guidelines from the EditorConfig file.

2024-06-16 Thread Daniel Sahlberg
Den tis 21 maj 2024 kl 15:39 skrev Timofey Zhakov : > Thank you for reasoning your point. > > After doing additional research, I found that the `rulers` is used > less, so I decided to not add it. > > I updated the patch and log message. For sure I included details about > support in different edi

Re: [PATCH] Specify editor guidelines from the EditorConfig file.

2024-05-21 Thread Timofey Zhakov
Thank you for reasoning your point. After doing additional research, I found that the `rulers` is used less, so I decided to not add it. I updated the patch and log message. For sure I included details about support in different editors to the code and log message. [[[ Specify guidelines and max

Re: [PATCH] Specify editor guidelines from the EditorConfig file.

2024-05-21 Thread Daniel Sahlberg
Den mån 20 maj 2024 kl 18:53 skrev Timofey Zhakov : > Hello, > > Thank you for rapid response, > > On Mon, May 20, 2024 at 6:16 PM Daniel Sahlberg > wrote: > > > > Hi > > > > I can find very little information about the guidelines keyword. > > > > Is this a widely supported option in .editorconfi

Re: [PATCH] Specify editor guidelines from the EditorConfig file.

2024-05-20 Thread Timofey Zhakov
Hello, Thank you for rapid response, On Mon, May 20, 2024 at 6:16 PM Daniel Sahlberg wrote: > > Hi > > I can find very little information about the guidelines keyword. > > Is this a widely supported option in .editorconfig or is it something > specific to a certain IDE or even a certain plugin?

Re: [PATCH] Specify editor guidelines from the EditorConfig file.

2024-05-20 Thread Daniel Sahlberg
mån 20 maj 2024 kl. 17:50 skrev Timofey Zhakov : > Hello everyone! > > There is an option in editorconfig for setting the maximum line > length. I use it and I think it would be very useful to set it. > > Here is an article about this option and its support in different > editors: > https://github