editorconfig / editorconfig-emacs

EditorConfig plugin for Emacs
https://editorconfig.org
GNU General Public License v3.0
748 stars 107 forks source link

Not work at all for FOO-mode! #323

Closed dabrahams closed 9 months ago

dabrahams commented 9 months ago

where FOO=cmake. As the doc says “Please feel free to submit issues if you find such modes,” well, here I am. Please let me know if you need more information.

Thanks!

xuhdev commented 9 months ago

Could you provide more information? cmake-mode should have been supported: https://github.com/editorconfig/editorconfig-emacs/blob/4b81a5992858cbf03bcd7ed6ef31e4be0b55a7c1/editorconfig.el#L192

dabrahams commented 9 months ago

Huh. At least fill-column doesn't get set to the .editorconfig's max_line_length until i invoke editorconfig-apply manually in CMake files.

xuhdev commented 9 months ago

Is editorconfig-mode on automatically when you open a CMake file? If not, could you double check whether you have properly set up the editorconfig extension (see README)?

dabrahams commented 9 months ago

I can't reproduce the problem now; everything seems to be working. Sorry for the noise!