aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMaciej Barć <xgqt@riseup.net>2021-05-17 00:44:27 +0200
committerMaciej Barć <xgqt@riseup.net>2021-05-17 00:44:27 +0200
commit926e90a18a21208a4a1fa36c755c818f68b477d0 (patch)
tree27eac883baee84aeb849d16cbe326e811e005205
parentdev-scheme/cyclone: fix description (diff)
downloadguru-926e90a1.tar.gz
guru-926e90a1.tar.bz2
guru-926e90a1.zip
.dir-locals.el: add dir-locals for Emacs
Signed-off-by: Maciej Barć <xgqt@riseup.net>
-rw-r--r--.dir-locals.el14
1 files changed, 14 insertions, 0 deletions
diff --git a/.dir-locals.el b/.dir-locals.el
new file mode 100644
index 000000000..17c34c24a
--- /dev/null
+++ b/.dir-locals.el
@@ -0,0 +1,14 @@
+(
+ (find-file
+ . (
+ (require-final-newline . t)
+ (show-trailing-whitespace . t)
+ (tab-width . 4)
+ )
+ )
+ (ebuild-mode
+ . (
+ (indent-tabs-mode . t)
+ )
+ )
+ )