aboutsummaryrefslogtreecommitdiff
blob: 94a7687c7ff0ca09111e80ee752e35d4d6e9fdf9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
;; -*- no-byte-compile: t -*-

;; Directory Local Variables
;; For more information see (info "(emacs) Directory Variables")

((nil . ((projectile-project-type . make)))
 (find-file . ((indent-tabs-mode . nil)
               (require-final-newline . t)
               (show-trailing-whitespace . t)
               (tab-width . 4)))
 (makefile-mode . ((indent-tabs-mode . t)))
 (snippet-mode . ((require-final-newline . nil))))