commit:     5f003e2c492f550ed28d9a5a964a7aea46750e45
Author:     Maciej Barć <xgqt <AT> riseup <DOT> net>
AuthorDate: Mon May 17 00:45:59 2021 +0000
Commit:     Maciej Barć <xgqt <AT> riseup <DOT> net>
CommitDate: Mon May 17 00:45:59 2021 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=5f003e2c

.dir-locals.el: remove

see:
https://github.com/gentoo/guru/commit/926e90a18a21208a4a1fa36c755c818f68b477d0

Signed-off-by: Maciej Barć <xgqt <AT> riseup.net>

 .dir-locals.el | 14 --------------
 1 file changed, 14 deletions(-)

diff --git a/.dir-locals.el b/.dir-locals.el
deleted file mode 100644
index 17c34c24a..000000000
--- a/.dir-locals.el
+++ /dev/null
@@ -1,14 +0,0 @@
-(
- (find-file
-  . (
-     (require-final-newline . t)
-     (show-trailing-whitespace . t)
-     (tab-width . 4)
-     )
-  )
- (ebuild-mode
-  . (
-     (indent-tabs-mode . t)
-     )
-  )
- )

Reply via email to