From 8301e8c905828158bc084d9e6e3fb8c03ec0a005 Mon Sep 17 00:00:00 2001 From: Akib Azmain Turja Date: Sat, 26 Nov 2022 21:46:18 +0600 Subject: [PATCH] Add .dir-locals.el --- .dir-locals.el | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 .dir-locals.el diff --git a/.dir-locals.el b/.dir-locals.el new file mode 100644 index 0000000..b178e74 --- /dev/null +++ b/.dir-locals.el @@ -0,0 +1,5 @@ +;;; Directory Local Variables -*- no-byte-compile: t -*- +;;; For more information see (info "(emacs) Directory Variables") + +((nil . ((fill-column . 70) + (indent-tabs-mode . nil))))