From 6127db0a7977af00a8e45588ae929a263e460ca8 Mon Sep 17 00:00:00 2001 From: Vladimir Sedach Date: Sun, 8 Jul 2018 14:32:15 -0700 Subject: [PATCH] Added .dir-locals file with formatting guidelines --- .dir-locals.el | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 .dir-locals.el diff --git a/.dir-locals.el b/.dir-locals.el new file mode 100644 index 0000000..760ea57 --- /dev/null +++ b/.dir-locals.el @@ -0,0 +1,7 @@ +;;; Directory Local Variables +;;; For more information see (info "(emacs) Directory Variables") + +((nil + (indent-tabs-mode) + (coding . utf-8-unix) + (fill-column . 70))) -- 2.11.4.GIT