From 0cb4439eb104cecfa7648373e7e46e2146978fae Mon Sep 17 00:00:00 2001 From: Maciej Barć Date: Wed, 17 Aug 2022 17:21:15 +0200 Subject: .dir-locals.el: add MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Maciej Barć --- .dir-locals.el | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 .dir-locals.el diff --git a/.dir-locals.el b/.dir-locals.el new file mode 100644 index 0000000..4a6b820 --- /dev/null +++ b/.dir-locals.el @@ -0,0 +1,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)))) -- cgit v1.2.3-65-gdbad