Gentoo Archives: gentoo-commits

From: "Maciej Barć" <xgqt@××××××.net>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/proj/guru:dev commit in: /
Date: Mon, 17 May 2021 00:47:48
Message-Id: 1621212359.5f003e2c492f550ed28d9a5a964a7aea46750e45.xgqt@gentoo
1 commit: 5f003e2c492f550ed28d9a5a964a7aea46750e45
2 Author: Maciej Barć <xgqt <AT> riseup <DOT> net>
3 AuthorDate: Mon May 17 00:45:59 2021 +0000
4 Commit: Maciej Barć <xgqt <AT> riseup <DOT> net>
5 CommitDate: Mon May 17 00:45:59 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=5f003e2c
7
8 .dir-locals.el: remove
9
10 see:
11 https://github.com/gentoo/guru/commit/926e90a18a21208a4a1fa36c755c818f68b477d0
12
13 Signed-off-by: Maciej Barć <xgqt <AT> riseup.net>
14
15 .dir-locals.el | 14 --------------
16 1 file changed, 14 deletions(-)
17
18 diff --git a/.dir-locals.el b/.dir-locals.el
19 deleted file mode 100644
20 index 17c34c24a..000000000
21 --- a/.dir-locals.el
22 +++ /dev/null
23 @@ -1,14 +0,0 @@
24 -(
25 - (find-file
26 - . (
27 - (require-final-newline . t)
28 - (show-trailing-whitespace . t)
29 - (tab-width . 4)
30 - )
31 - )
32 - (ebuild-mode
33 - . (
34 - (indent-tabs-mode . t)
35 - )
36 - )
37 - )