Ensure tabs are not used for indenting source code

pull/94/head
Vasilij Schneidermann 2021-12-30 12:26:03 +01:00
parent 749a74cd42
commit b706947366
1 changed files with 4 additions and 0 deletions

4
.dir-locals.el Normal file
View File

@ -0,0 +1,4 @@
;;; Directory Local Variables
;;; For more information see (info "(emacs) Directory Variables")
((emacs-lisp-mode . ((indent-tabs-mode . nil))))