Add dirlocal to enforce tabs (Sorry spaces users, you are wrong)

This commit is contained in:
TakeV 2023-03-30 14:12:40 -07:00
parent 38cdc5c69c
commit 63cfc65294
Signed by: TakeV
GPG Key ID: A64F41345C7400AF
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")
((nil . ((indent-tabs-mode . t))))