summaryrefslogtreecommitdiff
path: root/.dir-locals.el
blob: a05fdfc1d08b0366aeb4b5f726bcbd15bc163396 (plain)
1
2
3
4
5
6
7
8
;;; Directory Local Variables            -*- no-byte-compile: t -*-
;;; For more information see (info "(emacs) Directory Variables")

((emacs-lisp-mode
  (fill-column . 72)
  (sentence-end-double-space . t)
  (show-trailing-whitespace . t)
  (indent-tabs-mode . nil)))