aboutsummaryrefslogtreecommitdiff
path: root/.dir-locals.el
AgeCommit message (Collapse)Author
2026-01-12emacs: Set `sentence-end-double-space` in .dir-locals.elKristoffer Balintona
Throughout the project's files, contributors have implicitly been ending their sentences with a period and a single space. Set `sentence-end-double-space` accordingly.
2020-08-09.dir-locals.el: Set variables for correct "shell" modeJonas Bernoulli
The major mode used for shell scripts is named 'sh-mode'. 'shell-mode' on the other hand implements an interactive shell in emacs-lisp.
2012-01-22.dir-locals.el: changed one-char comment prefix '; ' to two; '; ; 'Tomi Ollila
Like in emacs/*.el two comment chars (;;) is required so that (indent-region) doesn't break indentation.
2012-01-13Set fill column to 70 in .dir-locals.el.Austin Clements
This controls where comments and other text wraps. 70 is the default value, so this simply returns it to the default for people who have overridden it. Most notmuch code already adheres to this.
2011-06-23Add dir-locals style variables for C++, Elisp, and shell code.Austin Clements
Also, slightly reformat dir-locals.el so that the settings align and to make it friendlier for future additions.
2011-05-18Add a .dir-locals.el file for the benefit of emacs usersDaniel Kahn Gillmor
This file causes emacs to automatically set the correct style variables to control indentation, etc. One more thing to make it easier for everyone to collaborate with a consistent coding style. Signed-off-by: Jameson Rollins <jrollins@finestructure.net>