diff options
| author | Daniel Mendler <mail@daniel-mendler.de> | 2025-03-08 11:45:08 +0100 |
|---|---|---|
| committer | Daniel Mendler <mail@daniel-mendler.de> | 2025-03-08 11:45:08 +0100 |
| commit | c89bba6524501bde03db6266a3ac47b266b81e02 (patch) | |
| tree | 17f7e0d889fd444ce8852fc505288da6948bdbb6 | |
| parent | f0f35b6a432398487d286e4fc058edb3fc2344ee (diff) | |
; .dir-locals.el - indent-tabs-mode=nil should not apply to makefiles
| -rw-r--r-- | .dir-locals.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.dir-locals.el b/.dir-locals.el index 63c60eb..7aaa254 100644 --- a/.dir-locals.el +++ b/.dir-locals.el @@ -1,7 +1,7 @@ ;;; Directory Local Variables ;;; For more information see (info "(emacs) Directory Variables") -((nil +((emacs-lisp-mode (fill-column . 72) (sentence-end-double-space . t) (show-trailing-whitespace . t) |
