Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix indent inference where lisp-indent-offset goes wrong in lisp-modes
When an indent-spec in `editorconfig-indentation-alist` is a function, it points to an indent setter which should not be called. This fixes the problem in lisp-modes where `lisp-indent-offset` is unwantedly set to 8. Closes #327.
- Loading branch information