Skip to content

Commit c4bdaca

Browse files
Enforce code style via .dir-locals.el
1 parent faf021a commit c4bdaca

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.dir-locals.el

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
;;; Directory Local Variables
2+
;;; For more information see (info "(emacs) Directory Variables")
3+
4+
((emacs-lisp-mode . ((indent-tabs-mode . nil)
5+
(fill-column . 120))))

0 commit comments

Comments
 (0)