.dir-locals.el
authorŁukasz Stelmach <l.stelmach@samsung.com>
Wed, 5 Apr 2017 15:57:26 +0000 (17:57 +0200)
committerŁukasz Stelmach <l.stelmach@samsung.com>
Wed, 5 Apr 2017 15:57:26 +0000 (17:57 +0200)
.dir-locals.el [new file with mode: 0644]

diff --git a/.dir-locals.el b/.dir-locals.el
new file mode 100644 (file)
index 0000000..3bfa682
--- /dev/null
@@ -0,0 +1,5 @@
+;; Set Emacs file variables for different modes.
+;; The list comprises entries of the following form:
+;;   (major-mode . ((var1 . val1) (var2 . val2)))
+;; If major-mode is nil values apply for all modes.
+((nil . ((indent-tabs-mode . nil))))