Skip to content

Commit

Permalink
.dir-locals: Ensure whitespace is properly formatted.
Browse files Browse the repository at this point in the history
  • Loading branch information
aadcg committed Feb 20, 2025
1 parent 2b0734d commit 81587e2
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .dir-locals.el
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
((nil . ((fill-column . 80)
(project-vc-ignores . ("./_build"))))
(project-vc-ignores . ("./_build"))
(require-final-newline . t)
(eval . (add-hook 'before-save-hook 'delete-trailing-whitespace nil t))))
(org-mode . ((org-edit-src-content-indentation 0)))
(lisp-mode
. ((eval . (cl-flet ((enhance-imenu-lisp
Expand Down

0 comments on commit 81587e2

Please sign in to comment.