Skip to content

Commit

Permalink
style: Add .dir-locals.el
Browse files Browse the repository at this point in the history
  • Loading branch information
jcs090218 committed Mar 2, 2024
1 parent b7f03bc commit c70f7d7
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .dir-locals.el
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
;;; Directory Local Variables
;;; For more information see (info "(emacs) Directory Variables")

((markdown-mode . ((fill-column . 80)))
(emacs-lisp-mode . ((fill-column . 80)
(indent-tabs-mode . nil))))

0 comments on commit c70f7d7

Please sign in to comment.