commit:     0cb4439eb104cecfa7648373e7e46e2146978fae
Author:     Maciej Barć <xgqt <AT> gentoo <DOT> org>
AuthorDate: Wed Aug 17 15:21:15 2022 +0000
Commit:     Maciej Barć <xgqt <AT> gentoo <DOT> org>
CommitDate: Wed Aug 17 15:21:15 2022 +0000
URL:        
https://gitweb.gentoo.org/proj/company-ebuild.git/commit/?id=0cb4439e

.dir-locals.el: add

Signed-off-by: Maciej Barć <xgqt <AT> gentoo.org>

 .dir-locals.el | 12 ++++++++++++
 1 file changed, 12 insertions(+)

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))))

Reply via email to