diff options
author | Kyle Meyer <kyle@kyleam.com> | 2021-01-18 23:51:07 -0500 |
---|---|---|
committer | Kyle Meyer <kyle@kyleam.com> | 2021-01-18 23:51:07 -0500 |
commit | 9d60b3ea70f5e5469bad772f077063f8e514cdfb (patch) | |
tree | ccd19d37a7b09e9aa863340ed42e91eddaa495bb | |
parent | 57f802b2a43ac64c28a5a9ddb9da0afaf910975e (diff) | |
download | piem-9d60b3ea70f5e5469bad772f077063f8e514cdfb.tar.gz |
.dir-locals.el: Set indent-tabs-mode and sentence-end-double-space
-rw-r--r-- | .dir-locals.el | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/.dir-locals.el b/.dir-locals.el new file mode 100644 index 0000000..8759a39 --- /dev/null +++ b/.dir-locals.el @@ -0,0 +1,4 @@ +((nil + (sentence-end-double-space . t)) + (emacs-lisp-mode + (indent-tabs-mode . nil))) |