Gentoo Archives: gentoo-commits

From: "Maciej Barć" <xgqt@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/company-ebuild:master commit in: /
Date: Wed, 17 Aug 2022 15:21:27
Message-Id: 1660749675.0cb4439eb104cecfa7648373e7e46e2146978fae.xgqt@gentoo
1 commit: 0cb4439eb104cecfa7648373e7e46e2146978fae
2 Author: Maciej Barć <xgqt <AT> gentoo <DOT> org>
3 AuthorDate: Wed Aug 17 15:21:15 2022 +0000
4 Commit: Maciej Barć <xgqt <AT> gentoo <DOT> org>
5 CommitDate: Wed Aug 17 15:21:15 2022 +0000
6 URL: https://gitweb.gentoo.org/proj/company-ebuild.git/commit/?id=0cb4439e
7
8 .dir-locals.el: add
9
10 Signed-off-by: Maciej Barć <xgqt <AT> gentoo.org>
11
12 .dir-locals.el | 12 ++++++++++++
13 1 file changed, 12 insertions(+)
14
15 diff --git a/.dir-locals.el b/.dir-locals.el
16 new file mode 100644
17 index 0000000..4a6b820
18 --- /dev/null
19 +++ b/.dir-locals.el
20 @@ -0,0 +1,12 @@
21 +;; -*- no-byte-compile: t -*-
22 +
23 +;; Directory Local Variables
24 +;; For more information see (info "(emacs) Directory Variables")
25 +
26 +
27 +((nil . ((projectile-project-type . make)))
28 + (find-file . ((indent-tabs-mode . nil)
29 + (require-final-newline . t)
30 + (show-trailing-whitespace . t)
31 + (tab-width . 4)))
32 + (makefile-mode . ((indent-tabs-mode . t))))