.dir-locals.el
author Oleksandr Gavenko <gavenkoa@gmail.com>
Sun, 03 Jan 2021 14:36:10 +0200
changeset 1693 b6c42e0c1cb9
parent 1235 770326207032
child 1720 e88f7b12ba88
permissions -rw-r--r--
Disable auto saving, files "#name#" might trigger false rebuild if there is some file watcher. Also those files looks like garbage in other tools/IDE.

((rst-mode . ((fill-column . 80)))
 (sh-mode . ((sh-basic-offset . 2))))