.dir-locals.el: add dir-locals for Emacs

Signed-off-by: Maciej Barć <xgqt@riseup.net>
This commit is contained in:
Maciej Barć
2021-05-17 00:44:27 +02:00
parent 099b467c22
commit 926e90a18a

14
.dir-locals.el Normal file
View File

@@ -0,0 +1,14 @@
(
(find-file
. (
(require-final-newline . t)
(show-trailing-whitespace . t)
(tab-width . 4)
)
)
(ebuild-mode
. (
(indent-tabs-mode . t)
)
)
)