Add .dir-locals.el

This commit is contained in:
Akib Azmain Turja 2022-11-26 21:46:18 +06:00
parent 0b01429767
commit 8301e8c905
No known key found for this signature in database
GPG Key ID: 5535FCF54D88616B
1 changed files with 5 additions and 0 deletions

5
.dir-locals.el Normal file
View File

@ -0,0 +1,5 @@
;;; Directory Local Variables -*- no-byte-compile: t -*-
;;; For more information see (info "(emacs) Directory Variables")
((nil . ((fill-column . 70)
(indent-tabs-mode . nil))))