mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-18 11:33:15 -04:00
.dir-locals.el: add dir-locals for Emacs
Signed-off-by: Maciej Barć <xgqt@riseup.net>
This commit is contained in:
14
.dir-locals.el
Normal file
14
.dir-locals.el
Normal file
@@ -0,0 +1,14 @@
|
||||
(
|
||||
(find-file
|
||||
. (
|
||||
(require-final-newline . t)
|
||||
(show-trailing-whitespace . t)
|
||||
(tab-width . 4)
|
||||
)
|
||||
)
|
||||
(ebuild-mode
|
||||
. (
|
||||
(indent-tabs-mode . t)
|
||||
)
|
||||
)
|
||||
)
|
||||
Reference in New Issue
Block a user