Skip to content

Commit

Permalink
Prefer spaces over tabs
Browse files Browse the repository at this point in the history
  • Loading branch information
netromdk committed Aug 14, 2022
1 parent 37665b2 commit 0ec507b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
5 changes: 5 additions & 0 deletions .dir-locals.el
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
((emacs-lisp-mode . ((fill-column . 100)
(indent-tabs-mode . nil)
(elisp-lint-ignored-validators . ("byte-compile" "package-lint" "fill-column"))
(elisp-lint-indent-specs . ((describe . 2)
(it . 2))))))
3 changes: 1 addition & 2 deletions Eldev
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,4 @@

(with-eval-after-load 'elisp-lint
;; We will byte-compile with Eldev.
(setf elisp-lint-ignored-validators '("package-lint" "fill-column")
enable-local-variables :all))
(setf enable-local-variables :all))

0 comments on commit 0ec507b

Please sign in to comment.