summaryrefslogtreecommitdiff
blob: 4a6b82051ec9596dcf503f34b01fb914dca48284 (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))))