Skip to content

Commit 3443b24

Browse files
author
Matthias Koeppe
committed
Add Emacs configuration - no tabs for indentation
1 parent 163489e commit 3443b24

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.dir-locals.el

+6
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
;;; Directory Local Variables
2+
;;; For more information see (info "(emacs) Directory Variables")
3+
4+
((nil
5+
;; Use space instead of tabs for indentation
6+
(indent-tabs-mode . nil)))

0 commit comments

Comments
 (0)