/
githubmirror
/
libmicrohttpd
Обзор
Документация
Войти
/
githubmirror
/
libmicrohttpd
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
.dir-locals.el
16 строк
542 B
Evgeny Grin (Karlson2k)
.dir-locals.el: fixed language for dictionary
18 апр 2019, 23:59
Не верифицирован
18 апр 2019, 23:59
8c44c70
Код
Авторство
О чём код?
;; Per-directory local variables for GNU Emacs 23 and later. ((nil . ((fill-column . 78) (tab-width . 4) (indent-tabs-mode . nil) (show-trailing-whitespace . t) (c-basic-offset . 2) (ispell-check-comments . exclusive) (ispell-local-dictionary . "british") (safe-local-variable-values '((c-default-style . "gnu") (sentence-end-double-space . f) (eval add-hook 'prog-mode-hook #'flyspell-prog-mode) (flyspell-issue-message-flag . f) ; avoid messages for every word )))))