2022-09-02 20:03:33 +06:00
|
|
|
;;; Directory Local Variables -*- no-byte-compile: t -*-
|
|
|
|
;;; For more information see (info "(emacs) Directory Variables")
|
|
|
|
|
2022-11-26 22:08:52 +06:00
|
|
|
((nil . ((fill-column . 70)
|
|
|
|
(indent-tabs-mode . nil)))
|
2022-12-21 00:43:11 +06:00
|
|
|
(sh-mode . ((sh-basic-offset . 2)))
|
2023-09-22 22:25:12 +06:00
|
|
|
(makefile-mode . ((indent-tabs-mode . t)))
|
|
|
|
(".git" . ((text-mode . ((fill-column . 63))))))
|