editorconfig-emacs
editorconfig-emacs copied to clipboard
max_line_length also sets a ruler?
The Vim plugin allows a setting that shows the column bar at max_line_length. @10sr Do you think it makes sense to also have the emacs extension to have this feature for set-fill-column?
Emacs>=27.1 provides display-fill-column-indicator-mode function, which shows ruler in current buffer.
I think it is nice idea to add an option to enable this when max_line_length is set! 🙆
I think this feature is implemented? If true, then we should just close this. :)
👍
We can just enable display-fill-column-indicator-mode to achieve this!