branch: elpa/yaml-mode
commit b706947366db59de63bbe8f47e237bcd3f314ca8
Author: Vasilij Schneidermann <[email protected]>
Commit: Vasilij Schneidermann <[email protected]>

    Ensure tabs are not used for indenting source code
---
 .dir-locals.el | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/.dir-locals.el b/.dir-locals.el
new file mode 100644
index 0000000000..1f7c4b7901
--- /dev/null
+++ b/.dir-locals.el
@@ -0,0 +1,4 @@
+;;; Directory Local Variables
+;;; For more information see (info "(emacs) Directory Variables")
+
+((emacs-lisp-mode . ((indent-tabs-mode . nil))))

Reply via email to