aboutsummaryrefslogtreecommitdiff
path: root/.dir-locals.el
diff options
context:
space:
mode:
authorMiquel Sabaté Solà <msabate@suse.com>2020-04-04 17:54:21 +0200
committerMiquel Sabaté Solà <msabate@suse.com>2020-04-04 17:54:21 +0200
commiteb47656463e5977b2cee8372d06193d4ae27c65c (patch)
tree668d6d03041a6c344d046ff587bc1408a3793d10 /.dir-locals.el
parent7167998cc34cb942a16ca24583bec47c506b752c (diff)
downloadsoria-eb47656463e5977b2cee8372d06193d4ae27c65c.tar.gz
soria-eb47656463e5977b2cee8372d06193d4ae27c65c.zip
Added tests and more documentation
Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
Diffstat (limited to '.dir-locals.el')
-rw-r--r--.dir-locals.el2
1 files changed, 2 insertions, 0 deletions
diff --git a/.dir-locals.el b/.dir-locals.el
new file mode 100644
index 0000000..692f78a
--- /dev/null
+++ b/.dir-locals.el
@@ -0,0 +1,2 @@
+((emacs-lisp-mode . ((fill-column . 90)
+ (indent-tabs-mode . nil))))