mirror of
https://github.com/jimeh/.emacs.d.git
synced 2026-02-19 13:46:41 +00:00
Allow individual projects to override the default lsp-mode based formatting method by setting rubocopfmt-on-save-use-lsp-format-buffer as a dir-local variable. This is useful for projects which require older versions of Ruby where the latest Solargraph version is not supported, and formatting is better handled by rubocop directly.